mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
743f9b345f
We should prefer referring to local deps via `.workspace = true` from now on. Release Notes: - N/A
14 lines
212 B
TOML
14 lines
212 B
TOML
[package]
|
|
name = "feature_flags"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lib]
|
|
path = "src/feature_flags.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
gpui.workspace = true
|