zed/crates/feature_flags/Cargo.toml
2024-01-27 13:51:16 +01:00

15 lines
219 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 = { path = "../gpui" }
anyhow.workspace = true