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

16 lines
280 B
TOML
Raw Normal View History

[package]
name = "actix-web-cors"
version = "0.1.0"
authors = ["krircc <krircc@aliyun.com>"]
2018-04-13 12:32:15 -07:00
workspace = "../../"
2019-03-29 13:43:03 -07:00
edition = "2018"
[dependencies]
2019-04-07 23:39:45 -07:00
actix-web = "1.0.0-alpha.4"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
dotenv = "0.10"
2019-03-29 13:43:03 -07:00
env_logger = "0.6"
futures = "0.1"