aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-20 22:54:17 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-20 22:57:39 +0200
commit7071dfe8259716375bb9f1373ea0b88a39102efa (patch)
tree32404c4af2324519ff09fc026dead77700d2ba86 /server/Cargo.toml
parent9ddb4d7786509bf5995bd5e254c611a05ea50eba (diff)
downloadhurrycurry-7071dfe8259716375bb9f1373ea0b88a39102efa.tar
hurrycurry-7071dfe8259716375bb9f1373ea0b88a39102efa.tar.bz2
hurrycurry-7071dfe8259716375bb9f1373ea0b88a39102efa.tar.zst
server can register
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 70e36dc7..04b2fd8b 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -17,6 +17,7 @@ serde_yml = "0.0.11"
rand = "0.9.0-alpha.2"
shlex = "1.3.0"
clap = { version = "4.5.15", features = ["derive"] }
+reqwest = { version = "0.12.7", features = ["json"] }
pollster = "0.3.0"
bincode = "2.0.0-rc.3"
xdg = "2.5.2"