zed/crates/feature_flags/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
239 B
TOML
Raw Permalink Normal View History

[package]
name = "feature_flags"
version = "0.1.0"
edition = "2021"
publish = false
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/feature_flags.rs"
[dependencies]
gpui.workspace = true
futures.workspace = true