zed/crates/feature_flags/Cargo.toml
Dzmitry Malyshau a44fc24445
Clean up many small dependencies (part 3) (#8425)
Follow-up to #8353

Release Notes:
- N/A
2024-02-26 11:08:57 +02:00

13 lines
188 B
TOML

[package]
name = "feature_flags"
version = "0.1.0"
edition = "2021"
publish = false
license = "GPL-3.0-or-later"
[lib]
path = "src/feature_flags.rs"
[dependencies]
gpui.workspace = true