forked from AbleOS/ableos_userland
26 lines
439 B
TOML
26 lines
439 B
TOML
|
[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]
|
||
|
git = "https://git.ablecorp.us:443/theoddgarlic/toml-rs"
|
||
|
# version = "0.5.8"
|
||
|
default-features = false
|
||
|
|
||
|
|
||
|
# [dependencies.thiserror]
|
||
|
# version = "1.0"
|
||
|
# default-features = false
|