1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/async_ex1/Cargo.toml

20 lines
465 B
TOML
Raw Normal View History

2018-04-27 21:30:29 +02:00
[package]
name = "awc_examples"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
2019-03-10 03:03:09 +01:00
edition = "2018"
workspace = ".."
2018-04-27 21:30:29 +02:00
[dependencies]
2019-03-10 03:03:09 +01:00
actix-rt = "0.2"
actix-http = { git="https://github.com/actix/actix-http.git", features=["ssl"] }
2019-03-26 04:29:00 +01:00
actix-web = { git="https://github.com/actix/actix-web.git", features=["ssl"] }
2018-07-16 08:36:53 +02:00
2018-04-27 21:30:29 +02: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"