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

18 lines
301 B
TOML
Raw Normal View History

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