sat-rs/satrs-mib/codegen/Cargo.toml
Robin Mueller 6960830fd9
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
need the mib release..
2023-08-28 23:23:52 +02:00

30 lines
516 B
TOML

[package]
name = "satrs-mib-codegen"
version = "0.1.0-alpha.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies]
quote = "1"
proc-macro2 = "1"
[dependencies.satrs-core]
path = "../../satrs-core"
[dev-dependencies]
trybuild = { version = "1", features = ["diff"] }
[dev-dependencies.satrs-mib]
path = ".."
[dependencies.syn]
version = "2"
features = ["full"]