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

19 lines
361 B
TOML
Raw Normal View History

2018-04-27 15:30:29 -04:00
[package]
name = "awc_examples"
2019-12-07 23:59:24 +06:00
version = "2.0.0"
2018-04-27 15:30:29 -04:00
authors = ["dowwie <dkcdkg@gmail.com>"]
2019-03-09 18:03:09 -08:00
edition = "2018"
workspace = ".."
2018-04-27 15:30:29 -04:00
[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"] }
2018-07-16 12:36:53 +06:00
2019-12-07 23:59:24 +06:00
futures = "0.3.1"
2018-04-27 15:30:29 -04:00
serde = "1.0.43"
serde_derive = "1.0.43"
serde_json = "1.0.16"
validator = "0.6.3"
validator_derive = "0.6.5"
2019-12-07 23:59:24 +06:00
env_logger = "0.6"