diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-20 23:12:28 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-20 23:12:28 +0100 |
commit | 5177497b3cf376403a8daab2e5ca9408ad2625bd (patch) | |
tree | d496e868bbc5540e2ca6bbc5719b7d3ea08e836f /Cargo.toml | |
parent | 7fc7c2452b4256fe7302b6f7b6bb83c8ebb305da (diff) | |
download | jellything-5177497b3cf376403a8daab2e5ca9408ad2625bd.tar jellything-5177497b3cf376403a8daab2e5ca9408ad2625bd.tar.bz2 jellything-5177497b3cf376403a8daab2e5ca9408ad2625bd.tar.zst |
update rocket to crates.io
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"] } |