axum/examples/cors/Cargo.toml
David Pedersen 66c5142d0c
Update tower-http (#581)
Updates to 0.2 which was just published.
2021-12-01 20:14:25 +00:00

10 lines
235 B
TOML

[package]
name = "example-cors"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tower-http = { version = "0.2.0", features = ["cors"] }