mirror of
https://github.com/actix/examples
synced 2025-02-02 17:39:05 +01:00
18 lines
351 B
TOML
18 lines
351 B
TOML
[package]
|
|
name = "awc_examples"
|
|
version = "0.1.0"
|
|
authors = ["dowwie <dkcdkg@gmail.com>"]
|
|
|
|
[dependencies]
|
|
actix = "0.7"
|
|
#actix-web = "^0.7"
|
|
actix-web = { git = "https://github.com/actix/actix-web.git" }
|
|
|
|
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"
|