aos_userland/axel/Cargo.toml

17 lines
367 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]
versioning = {git = "https://git.ablecorp.us/able/versioning"}
hashbrown = "0.12.0"
log = "0.4.14"
[dependencies.logos]
version = "0.12.0"
default-features = false
features = ["export_derive"]