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