Files
oak-gpui/crates/collections/Cargo.toml
T
2025-10-05 13:44:31 -07:00

23 lines
398 B
TOML

[package]
name = "zed-collections"
version = "0.1.0"
edition.workspace = true
publish = true
license = "Apache-2.0"
description = "Standard collection type re-exports used by Zed and GPUI"
[lints]
workspace = true
[lib]
path = "src/collections.rs"
doctest = false
[features]
test-support = []
[dependencies]
indexmap.workspace = true
rustc-hash.workspace = true
workspace-hack.workspace = true