zed/crates/feature_flags/Cargo.toml

15 lines
215 B
TOML
Raw Normal View History

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