This commit is contained in:
gengteng
2023-07-22 13:04:03 +08:00
parent c30f4eba4b
commit ba2b94b783
5 changed files with 152 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "axum-valid"
version = "0.2.3"
version = "0.3.0"
description = "Validation tools for axum using the validator library."
authors = ["GengTeng <me@gteng.org>"]
license = "MIT"
@@ -31,6 +31,7 @@ hyper = { version = "0.14.26", features = ["full"] }
reqwest = { version = "0.11.18", features = ["json"] }
serde = { version = "1.0.163", features = ["derive"] }
validator = { version = "0.16.0", features = ["derive"] }
serde_json = "1.0.103"
[features]
default = ["json", "form", "query"]