ableos_userland/libraries/clparse/Cargo.toml

26 lines
431 B
TOML
Raw Normal View History

2022-12-03 18:15:03 +00:00
[package]
name = "clparse"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["std"]
std = []
[dependencies]
log = "*"
hashbrown = "*"
[dependencies.toml]
2024-02-10 22:13:39 +00:00
git = "https://git.ablecorp.us:443/asya/toml-rs"
2022-12-03 18:15:03 +00:00
# version = "0.5.8"
default-features = false
# [dependencies.thiserror]
# version = "1.0"
# default-features = false