zed/crates/feature_flags2/Cargo.toml

13 lines
193 B
TOML
Raw Normal View History

2023-10-22 14:53:59 +00:00
[package]
name = "feature_flags2"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/feature_flags2.rs"
[dependencies]
gpui2 = { path = "../gpui2" }
anyhow.workspace = true