cors
Showing
| ... | @@ -13,3 +13,4 @@ tokio = { version = "1.48", features = ["full"] } | ... | @@ -13,3 +13,4 @@ tokio = { version = "1.48", features = ["full"] } |
| anyhow = "1.0.100" | anyhow = "1.0.100" | ||
| axum = { version = "0.8.7", features = ["macros"] } | axum = { version = "0.8.7", features = ["macros"] } | ||
| bincode = "2.0.1" | bincode = "2.0.1" | ||
| tower-http = { version = "0.6.8", features = ["cors"] } |
Please register or sign in to comment