Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/cfg/Cargo.toml')
-rw-r--r--crates/cfg/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml
index faf93f62c6..29b7ad6f8f 100644
--- a/crates/cfg/Cargo.toml
+++ b/crates/cfg/Cargo.toml
@@ -1,7 +1,8 @@
[package]
name = "cfg"
version = "0.0.0"
-description = "TBD"
+repository.workspace = true
+description = "Conditional compiling options, `cfg` attribute parser and evaluator for rust-analyzer."
authors.workspace = true
edition.workspace = true
@@ -28,7 +29,7 @@ arbitrary = "1.3.2"
derive_arbitrary = "1.3.2"
# local deps
-mbe.workspace = true
+syntax-bridge.workspace = true
syntax.workspace = true
[lints]