mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
1a91aa8194
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
10 lines
168 B
TOML
10 lines
168 B
TOML
[package]
|
|
name = "collections"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
test-support = ["seahash"]
|
|
|
|
[dependencies]
|
|
seahash = { version = "4.1", optional = true }
|