This commit is contained in:
gengteng
2023-06-06 12:10:45 +08:00
parent 43611707e2
commit 0e5d7c6edb
3 changed files with 41 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "axum-valid"
version = "0.1.0"
version = "0.2.0"
description = "Validator for axum"
authors = ["GengTeng <me@gteng.org>"]
license = "MIT"
@@ -19,9 +19,6 @@ categories = [
]
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"