vet/Cargo.toml

10 lines
265 B
TOML
Raw Normal View History

2022-07-04 02:26:48 -07:00
[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"]