1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/async_ex2/Cargo.toml

22 lines
508 B
TOML
Raw Normal View History

2019-04-09 20:12:07 +02:00
[package]
name = "async_ex2"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
edition = "2018"
workspace = ".."
[dependencies]
2019-12-07 18:59:24 +01:00
actix-rt = "1.0.0-alpha.3"
actix-web = { version="2.0.0-alpha.3", features=["openssl"] }
actix-multipart = "0.2.0-alpha.2"
actix-service = "1.0.0-alpha.3"
bytes = "0.5.2"
2019-04-09 20:12:07 +02:00
env_logger = "0.6.1"
2019-12-07 18:59:24 +01:00
futures = "0.3.1"
2019-04-09 20:12:07 +02:00
serde = { version = "^1.0", features = ["derive"] }
serde_derive = "1.0.90"
serde_json = "1.0.39"
time = "0.1.42"
validator = "0.8.0"
validator_derive = "0.8.0"