mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-26 17:17:22 +01:00
66c5142d0c
Updates to 0.2 which was just published.
10 lines
235 B
TOML
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"] }
|