aiocraft/Cargo.toml

17 lines
319 B
TOML

[package]
name = "aiocraft"
version = "0.3.0"
edition = "2021"
[lib]
name = "aiocraft"
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