mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
11 lines
168 B
TOML
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 }
|