Files
axum-valid/Cargo.toml
gengteng 0e5d7c6edb add doc
2023-06-06 12:10:45 +08:00

25 lines
472 B
TOML

[package]
name = "axum-valid"
version = "0.2.0"
description = "Validator for axum"
authors = ["GengTeng <me@gteng.org>"]
license = "MIT"
homepage = "https://github.com/gengteng/axum-valid"
repository = "https://github.com/gengteng/axum-valid"
keywords = [
"http",
"web",
"framework",
"validator",
]
categories = [
"asynchronous",
"network-programming",
"web-programming",
]
edition = "2021"
[dependencies]
axum = "0.6.18"
validator = "0.16.0"