2018-04-13 09:18:42 +08:00
|
|
|
[package]
|
2023-07-17 22:26:11 +01:00
|
|
|
name = "cors"
|
2019-12-16 13:09:54 +06:00
|
|
|
version = "1.0.0"
|
2022-01-31 08:15:53 +05:30
|
|
|
edition = "2021"
|
2018-04-13 09:18:42 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2022-12-21 23:49:28 +09:00
|
|
|
actix-web = { workspace = true, features = ["rustls"] }
|
2023-01-02 20:33:43 +00:00
|
|
|
actix-cors.workspace = true
|
2020-09-12 16:49:45 +01:00
|
|
|
|
2022-12-30 16:25:40 +00:00
|
|
|
env_logger.workspace = true
|
2023-07-17 22:26:11 +01:00
|
|
|
log.workspace = true
|
|
|
|
serde.workspace = true
|
2023-01-02 20:35:11 +00:00
|
|
|
serde_json.workspace = true
|