nite/crates/collections/Cargo.toml
2024-05-13 22:41:30 +03:00

19 lines
247 B
TOML

[package]
name = "collections"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
[lints]
workspace = true
[lib]
path = "src/collections.rs"
doctest = false
[features]
test-support = []
[dependencies]
rustc-hash = "1.1"