1
0
mirror of https://github.com/actix/examples synced 2025-02-02 17:39:05 +01:00
examples/async_ex1/Cargo.toml

18 lines
351 B
TOML
Raw Normal View History

2018-04-27 15:30:29 -04:00
[package]
name = "awc_examples"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
[dependencies]
2018-07-16 12:36:53 +06:00
actix = "0.7"
#actix-web = "^0.7"
actix-web = { git = "https://github.com/actix/actix-web.git" }
2018-04-27 15:30:29 -04:00
futures = "0.1"
serde = "1.0.43"
serde_derive = "1.0.43"
serde_json = "1.0.16"
validator = "0.6.3"
validator_derive = "0.6.5"
env_logger = "0.5.9"