Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/limit/Cargo.toml')
| -rw-r--r-- | crates/limit/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/limit/Cargo.toml b/crates/limit/Cargo.toml index c1a768833b..30666f5219 100644 --- a/crates/limit/Cargo.toml +++ b/crates/limit/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "limit" version = "0.0.0" -description = "TBD" +repository.workspace = true +description = "A struct to enforce limits for rust-analyzer." authors.workspace = true edition.workspace = true |