2023-04-04 03:16:45 +00:00
|
|
|
[package]
|
2023-08-26 00:00:53 +00:00
|
|
|
name = "feature_flags"
|
2023-04-04 03:16:45 +00:00
|
|
|
version = "0.1.0"
|
2025-01-17 16:39:22 +00:00
|
|
|
edition.workspace = true
|
|
|
|
publish.workspace = true
|
2024-01-27 12:51:16 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 16:40:30 +00:00
|
|
|
|
2024-03-05 17:01:17 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2023-04-04 03:16:45 +00:00
|
|
|
[lib]
|
2023-08-26 00:00:53 +00:00
|
|
|
path = "src/feature_flags.rs"
|
2023-04-04 03:16:45 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-02-06 19:41:36 +00:00
|
|
|
gpui.workspace = true
|
2024-09-13 17:17:49 +00:00
|
|
|
futures.workspace = true
|