aos_userland/axel/Cargo.toml

17 lines
342 B
TOML

[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]
versioning = {path = "../versioning"}
hashbrown = "0.12.3"
log = "0.4.14"
[dependencies.logos]
version = "0.12.0"
default-features = false
features = ["export_derive"]