Initial commit
This commit is contained in:
commit
542652f305
8 changed files with 431 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "vet"
|
||||
version = "0.1.0"
|
||||
authors = ["Benjamin Herman <benjamin@metanomial.com>"]
|
||||
edition = "2021"
|
||||
description = "Validation of arbitrary types"
|
||||
repository = "https://github.com/metanomial/vet"
|
||||
license = "MIT OR Apache-2.0"
|
||||
keywords = ["validation"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue