Add categories
This commit is contained in:
parent
22676ff512
commit
5c70363bea
1 changed files with 2 additions and 1 deletions
|
|
@ -3,10 +3,11 @@ name = "vet"
|
|||
version = "0.1.0"
|
||||
authors = ["Benjamin Herman <benjamin@metanomial.com>"]
|
||||
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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue