chore: switch to rocket_empty [skip ci]

This commit is contained in:
Paul Makles
2022-06-02 15:21:31 +01:00
parent bb70294546
commit 3e55ff3577
5 changed files with 20 additions and 36 deletions

View File

@@ -52,6 +52,7 @@ mobc = { version = "0.7.3" }
mobc-redis = { version = "0.7.0", default-features = false, features = ["async-std-comp"] }
# web
rocket_empty = { git = "https://github.com/insertish/rocket_empty", branch = "rc1" }
rocket = { version = "0.5.0-rc.1", default-features = false, features = ["json"] }
mongodb = { version = "1.2.2", features = ["async-std-runtime"], default-features = false }
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", rev = "5843861a88958c16bfaa0b40f0d8910772bcd2f6" }