diff --git a/Cargo.toml b/Cargo.toml index cfdbcfa..05aff74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,3 +19,7 @@ gen_passphrase = "0.1.1" [profile.dev.package.sqlx-macros] opt-level = 3 + +# temporary +[patch.crates-io] +rocket_cors = { git = "https://github.com/j03-dev/rocket_cors", branch = "master" }