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