2021-11-13 22:18:14 +01:00
|
|
|
[package]
|
|
|
|
|
name = "example-cors"
|
|
|
|
|
version = "0.1.0"
|
2022-06-17 20:11:35 +02:00
|
|
|
edition = "2021"
|
2021-11-13 22:18:14 +01:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
axum = { path = "../../axum" }
|
|
|
|
|
tokio = { version = "1.0", features = ["full"] }
|
2024-09-27 16:50:52 +00:00
|
|
|
tower-http = { version = "0.6.1", features = ["cors"] }
|