Files
axum/examples/cors/Cargo.toml
T

11 lines
235 B
TOML
Raw Normal View History

2021-11-13 22:18:14 +01:00
[package]
name = "example-cors"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
2021-12-01 21:14:25 +01:00
tower-http = { version = "0.2.0", features = ["cors"] }