mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
standardize binary names
This commit is contained in:
16
json/json-validation/Cargo.toml
Normal file
16
json/json-validation/Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "json-validation"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4.0.0-beta.21", features = ["openssl"] }
|
||||
awc = "3.0.0-beta.19"
|
||||
|
||||
env_logger = "0.9"
|
||||
futures = "0.3.1"
|
||||
log = "0.4"
|
||||
serde = { version = "1.0.43", features = ["derive"] }
|
||||
serde_json = "1.0.16"
|
||||
validator = "0.14"
|
||||
validator_derive = "0.14"
|
Reference in New Issue
Block a user