1
0
mirror of https://github.com/actix/examples synced 2025-03-13 16:42:35 +01:00
examples/cors/backend/Cargo.toml

13 lines
223 B
TOML
Raw Normal View History

[package]
2023-07-17 22:26:11 +01:00
name = "cors"
2025-03-11 01:42:01 +00:00
edition.workspace = true
rust-version.workspace = true
[dependencies]
2023-08-29 18:28:12 +01:00
actix-web.workspace = true
actix-cors.workspace = true
2020-09-12 16:49:45 +01:00
env_logger.workspace = true
2023-07-17 22:26:11 +01:00
log.workspace = true
serde.workspace = true