mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 10:59:53 +00:00
4ddb26204f
Co-authored-by: Mikayla <mikayla@zed.dev>
12 lines
209 B
TOML
12 lines
209 B
TOML
[package]
|
|
name = "feature_flags"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/feature_flags.rs"
|
|
|
|
[dependencies]
|
|
gpui = { package = "gpui2", path = "../gpui2" }
|
|
anyhow.workspace = true
|