2019-04-09 20:12:07 +02:00
|
|
|
[package]
|
|
|
|
name = "async_ex2"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["dowwie <dkcdkg@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-09-12 17:49:45 +02:00
|
|
|
actix-web = { version = "3", features = ["openssl"] }
|
2019-12-15 18:07:17 +01:00
|
|
|
actix-service = "1.0.0"
|
2019-12-20 17:30:26 +01:00
|
|
|
bytes = "0.5.3"
|
2020-04-04 19:26:11 +02:00
|
|
|
env_logger = "0.7"
|
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_json = "1.0.39"
|
|
|
|
time = "0.1.42"
|
2020-09-12 17:49:45 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
actix-rt = "1"
|