1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00
examples/async_ex2/Cargo.toml

18 lines
386 B
TOML
Raw Normal View History

2019-04-09 14:12:07 -04:00
[package]
name = "async_ex2"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
edition = "2018"
[dependencies]
2019-12-15 23:07:17 +06:00
actix-rt = "1.0.0"
2019-12-25 20:48:33 +04:00
actix-web = { version="2.0.0", features=["openssl"] }
2019-12-15 23:07:17 +06:00
actix-service = "1.0.0"
2019-12-20 22:30:26 +06:00
bytes = "0.5.3"
2019-04-09 14:12:07 -04:00
env_logger = "0.6.1"
2019-12-07 23:59:24 +06:00
futures = "0.3.1"
2019-04-09 14:12:07 -04:00
serde = { version = "^1.0", features = ["derive"] }
serde_derive = "1.0.90"
serde_json = "1.0.39"
time = "0.1.42"