humansize/feature-tests/no-alloc/cargo.toml
2022-08-25 10:07:50 +02:00

7 lines
No EOL
134 B
TOML

[package]
name = "no_alloc"
version = "0.1.0"
edition = "2021"
[dependencies]
humansize = { path = "../..", features = ["no_alloc"] }