Skip to content

Commit

Permalink
done lol
Browse files Browse the repository at this point in the history
  • Loading branch information
larziwau authored Nov 28, 2024
1 parent b01f42a commit b9c43cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/central/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio = { version = "1.41.1", features = ["full"] }
json_comments = "0.2.2"
rocket = { version = "0.5.1", features = ["json"] }
rocket_db_pools = { version = "0.2.0", features = ["sqlx_sqlite"] }
sqlx = { version = "0.6.3", features = [ "runtime-tokio-native-tls" ] }
sqlx = { version = "0.6.3", features = ["migrate", "runtime-tokio-rustls"] }
rocket_cors = "0.6.0"
const_format = "0.2.33"
hex = "0.4.3"

0 comments on commit b9c43cc

Please sign in to comment.