summaryrefslogtreecommitdiff
path: root/server/registry/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-20 20:59:26 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-20 21:36:36 +0200
commit44e90c75d10815633edaf979847c89b5d62242a3 (patch)
tree97920070b43761e424e27238e3b9ce3af71b7537 /server/registry/Cargo.toml
parent16e4ea0125ca7d311d2b0b1292b31a8daa4836a4 (diff)
downloadhurrycurry-44e90c75d10815633edaf979847c89b5d62242a3.tar
hurrycurry-44e90c75d10815633edaf979847c89b5d62242a3.tar.bz2
hurrycurry-44e90c75d10815633edaf979847c89b5d62242a3.tar.zst
draft server list registry server
Diffstat (limited to 'server/registry/Cargo.toml')
-rw-r--r--server/registry/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml
new file mode 100644
index 00000000..5433106a
--- /dev/null
+++ b/server/registry/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "hurrycurry-registry"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+log = "0.4.22"
+env_logger = "0.11.5"
+anyhow = "1.0.86"
+rocket = { version = "0.5.1", features = ["json"] }
+tokio = { version = "1.39.2", features = ["full"] }
+serde_json = "1.0.128"
+markup = "0.15.0"
+serde = { version = "1.0.210", features = ["derive"] }