Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/limit/Cargo.toml')
| -rw-r--r-- | crates/limit/Cargo.toml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/crates/limit/Cargo.toml b/crates/limit/Cargo.toml deleted file mode 100644 index 30666f5219..0000000000 --- a/crates/limit/Cargo.toml +++ /dev/null @@ -1,16 +0,0 @@ -[package] -name = "limit" -version = "0.0.0" -repository.workspace = true -description = "A struct to enforce limits for rust-analyzer." - -authors.workspace = true -edition.workspace = true -license.workspace = true -rust-version.workspace = true - -[features] -tracking = [] - -[lints] -workspace = true |