aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-20 23:12:28 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-20 23:12:28 +0100
commit5177497b3cf376403a8daab2e5ca9408ad2625bd (patch)
treed496e868bbc5540e2ca6bbc5719b7d3ea08e836f /Cargo.toml
parent7fc7c2452b4256fe7302b6f7b6bb83c8ebb305da (diff)
downloadjellything-5177497b3cf376403a8daab2e5ca9408ad2625bd.tar
jellything-5177497b3cf376403a8daab2e5ca9408ad2625bd.tar.bz2
jellything-5177497b3cf376403a8daab2e5ca9408ad2625bd.tar.zst
update rocket to crates.io
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1b0d230..96eeb3e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }