diff --git a/Cargo.toml b/Cargo.toml index f9d5876..a6e932f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde_json = { version = "1.0.140" } tower = { version = "0.5.2", features = ["full"] } tokio = { version = "1.45.1", features = ["full"] } tokio-util = { version = "0.7.15", features = ["io"] } -tower-http = { version = "0.6.6", features = ["timeout"] } +tower-http = { version = "0.6.6", features = ["cors", "timeout"] } tracing-subscriber = "0.3.19" futures = { version = "0.3.31" } mime_guess = { version = "2.0.5" }