Files
axum-valid/Cargo.toml
gengteng 43611707e2 fix deps
2023-06-06 11:47:55 +08:00

28 lines
571 B
TOML

[package]
name = "axum-valid"
version = "0.1.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"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.6.18"
validator = "0.16.0"