1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/examples/actix_web_cors/backend/Cargo.toml

17 lines
338 B
TOML
Raw Normal View History

2018-01-27 04:00:26 +01:00
[package]
name = "Actix-web-CORS"
version = "0.1.0"
authors = ["krircc <krircc@aliyun.com>"]
[dependencies]
serde = "^1.0.0"
serde_derive = "^1.0.0"
serde_json = "^1.0.0"
http = "^0.1.0"
num_cpus = "1.0"
actix = "^0.4.0"
actix-web = { git = "https://github.com/actix/actix-web" }
dotenv = "^0.10.0"
env_logger = "^0.5.0"
futures = "0.1"