1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
examples/cors/backend/Cargo.toml

13 lines
203 B
TOML
Raw Normal View History

[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"
[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