ableos_userland/programs/aidl/Cargo.toml

17 lines
331 B
TOML
Raw Normal View History

2023-05-04 02:27:04 -05: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 04:15:01 -05:00
codespan-reporting = "0.11.1"
2023-05-05 09:15:38 -05:00
derive_more = "0.99.17"
2023-05-06 10:57:45 -05:00
itertools = "0.10.5"
2023-05-04 07:44:49 -05:00
logos = "0"
2023-05-05 09:15:38 -05:00
proc-macro2 = "1.0.56"
quote = "1.0.26"
syn = "2.0.15"
2023-05-04 07:44:49 -05:00
thiserror = "1"