Unnamed repository; edit this file 'description' to name the repository.
Make 'syntax-bridge' crate inherit `[package.repository]` from workspace
| -rw-r--r-- | crates/syntax-bridge/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/syntax-bridge/Cargo.toml b/crates/syntax-bridge/Cargo.toml index b4f59ae216..de4aec13e2 100644 --- a/crates/syntax-bridge/Cargo.toml +++ b/crates/syntax-bridge/Cargo.toml @@ -2,6 +2,7 @@ name = "syntax-bridge" version = "0.0.0" description = "TBD" +repository.workspace = true authors.workspace = true edition.workspace = true |