mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
13 lines
189 B
TOML
13 lines
189 B
TOML
[package]
|
|
name = "feature_flags"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/feature_flags.rs"
|
|
|
|
[dependencies]
|
|
gpui = { path = "../gpui" }
|
|
anyhow.workspace = true
|