aos_userland/axel/Cargo.toml

17 lines
341 B
TOML
Raw Normal View History

2022-04-09 22:26:20 +00:00
[package]
name = "axel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-04-09 22:30:22 +00:00
versioning = {path = "../versioning"}
2022-04-10 03:02:40 +00:00
hashbrown = "0.7.2"
2022-04-09 22:26:20 +00:00
log = "0.4.14"
[dependencies.logos]
version = "0.12.0"
default-features = false
features = ["export_derive"]