ableos_userland/programs/aidl/Cargo.toml

11 lines
201 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-04 07:44:49 -05:00
logos = "0"
thiserror = "1"