diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,7 +14,10 @@ members = [ resolver = "2" [workspace.dependencies] -rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "2cf38a5aa37fe046e46b03740835787f0396307b" } +# rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "2cf38a5aa37fe046e46b03740835787f0396307b" } +rocket = "0.5" +rocket_ws = "0.1" + log = "0.4.20" anyhow = "1.0.75" tokio = { version = "1.35.0", features = ["full"] } |