17 lines
367 B
TOML
17 lines
367 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 = {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"]
|