diff --git a/Cargo.toml b/Cargo.toml index 2d60797..b8326d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,10 +3,11 @@ name = "vet" version = "0.1.0" authors = ["Benjamin Herman "] edition = "2021" -description = "Validation of arbitrary types" +description = "Arbitrary type validation" repository = "https://github.com/metanomial/vet" license = "MIT OR Apache-2.0" keywords = ["validation"] +categories = ["rust-patterns", "no-std"] [features] default = ["std"]