zed/crates/collections/Cargo.toml
Max Brunsfeld 1a91aa8194 Introduce a collections crate w/ deterministic hashmap, hashset in tests
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-11-29 15:22:45 -08:00

11 lines
168 B
TOML

[package]
name = "collections"
version = "0.1.0"
edition = "2021"
[features]
test-support = ["seahash"]
[dependencies]
seahash = { version = "4.1", optional = true }