diff options
Diffstat (limited to 'server/Cargo.toml')
| -rw-r--r-- | server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 9cf031f..a634083 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -30,6 +30,7 @@ log.workspace = true pretty_assertions.workspace = true rmp-serde.workspace = true rocket = { version = "0.5.1", features = ["json", "secrets"] } +rocket_cors = "0.6.0" rocket_db_pools = { version = "0.2.0", features = ["sqlx_mysql"] } serde.workspace = true serial_test = "3.2.0" |
