1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/cors/backend/Cargo.toml

13 lines
266 B
TOML
Raw Normal View History

[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"
[dependencies]
actix-web = { workspace = true, features = ["rustls"] }
actix-cors = { workspace = true }
2020-09-12 17:49:45 +02:00
2022-12-11 16:25:57 +01:00
env_logger = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"