ableos_userland/programs/aidl/Cargo.toml

17 lines
331 B
TOML
Raw Normal View History

2023-05-04 07:27:04 +00:00
[package]
name = "aidl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-05 09:15:01 +00:00
codespan-reporting = "0.11.1"
2023-05-05 14:15:38 +00:00
derive_more = "0.99.17"
2023-05-06 15:57:45 +00:00
itertools = "0.10.5"
2023-05-04 12:44:49 +00:00
logos = "0"
2023-05-05 14:15:38 +00:00
proc-macro2 = "1.0.56"
quote = "1.0.26"
syn = "2.0.15"
2023-05-04 12:44:49 +00:00
thiserror = "1"