nemicosm/hidl/Cargo.toml

14 lines
324 B
TOML

[package]
name = "hidl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
debug2 = { git = "https://github.com/aDotInTheVoid/debug2/" }
serde = { version = "1.0.133", features = ["derive"] }
serde_yaml = "0.8.23"
[features]