nemicosm/hidl/Cargo.toml

21 lines
482 B
TOML
Raw Normal View History

2022-01-15 22:16:52 +00:00
[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]
2022-01-16 01:25:47 +00:00
anyhow = "1.0.52"
2022-01-15 22:16:52 +00:00
debug2 = { git = "https://github.com/aDotInTheVoid/debug2/" }
2022-01-16 01:25:47 +00:00
fs-err = "2.6.0"
lalrpop-util = { version = "0.19.6", features = ["lexer"] }
2022-01-15 22:16:52 +00:00
serde = { version = "1.0.133", features = ["derive"] }
2022-01-16 01:25:47 +00:00
serde_json = "1.0.75"
2022-01-15 22:16:52 +00:00
serde_yaml = "0.8.23"
[features]
2022-01-16 01:25:47 +00:00
[build-dependencies]
lalrpop = "0.19.6"