aiocraft/Cargo.toml

18 lines
319 B
TOML
Raw Permalink Normal View History

[package]
name = "aiocraft"
2023-11-20 17:50:53 +01:00
version = "0.3.0"
edition = "2021"
[lib]
name = "aiocraft"
2023-11-20 23:45:09 +01:00
path = "src/aiocraft/rs/lib.rs" # The source file of the target.
crate-type = ["cdylib"]
[dependencies]
log = "0.4.17"
pyo3-log = "0.6.0"
pyo3 = { version = "0.16.4", features = ["extension-module"] }
[style]
use_tabs = true