1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-16 05:22:00 +01:00

18 lines
301 B
TOML
Raw Normal View History

2018-01-27 11:00:26 +08:00
[package]
2018-01-26 19:51:13 -08:00
name = "actix-web-cors"
2018-01-27 11:00:26 +08:00
version = "0.1.0"
authors = ["krircc <krircc@aliyun.com>"]
2018-01-26 19:51:13 -08:00
workspace = "../../../"
2018-01-27 11:00:26 +08:00
[dependencies]
2018-01-26 19:51:13 -08:00
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
http = "0.1"
2018-01-27 11:00:26 +08:00
2018-02-17 13:33:38 -08:00
actix = "0.5"
2018-01-26 19:51:13 -08:00
actix-web = { path = "../../../" }
dotenv = "0.10"
env_logger = "0.5"
futures = "0.1"