21 lines
423 B
TOML
21 lines
423 B
TOML
[package]
|
|
name = "gpui_collections"
|
|
version = "0.2.2"
|
|
edition = "2024"
|
|
license = "Apache-2.0"
|
|
publish = true
|
|
description = "Blessed hash collections used by gpui-ce (vendored from Zed)."
|
|
repository = "https://github.com/gpui-ce/gpui-ce"
|
|
|
|
[lib]
|
|
name = "collections"
|
|
path = "src/collections.rs"
|
|
doctest = false
|
|
|
|
[features]
|
|
test-support = []
|
|
|
|
[dependencies]
|
|
indexmap = { version = "2", features = ["serde"] }
|
|
rustc-hash = "2"
|