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

13 lines
203 B
TOML
Raw Normal View History

[package]
2023-07-17 23:26:11 +02:00
name = "cors"
2019-12-16 08:09:54 +01:00
version = "1.0.0"
2022-01-31 03:45:53 +01:00
edition = "2021"
[dependencies]
2023-08-29 19:28:12 +02:00
actix-web.workspace = true
actix-cors.workspace = true
2020-09-12 17:49:45 +02:00
env_logger.workspace = true
2023-07-17 23:26:11 +02:00
log.workspace = true
serde.workspace = true