summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-16 22:12:42 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-16 22:12:42 +0200
commitf21cccf9f381bd52dffbd3a9e6822300d5525897 (patch)
treef9e3bbbacebf6a60f802f8467d9177d22c3ad60d /server/Cargo.toml
parentf3405890721b5092d60cd7a470e3711c4b86e204 (diff)
downloadhurrycurry-f21cccf9f381bd52dffbd3a9e6822300d5525897.tar
hurrycurry-f21cccf9f381bd52dffbd3a9e6822300d5525897.tar.bz2
hurrycurry-f21cccf9f381bd52dffbd3a9e6822300d5525897.tar.zst
a
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
new file mode 100644
index 00000000..c0e3dae2
--- /dev/null
+++ b/server/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "undercooked"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+glam = { version = "0.28.0", features = ["serde"] }
+log = "0.4.21"
+env_logger = "0.11.3"
+anyhow = "1.0.86"
+serde = { version = "1.0.203", features = ["derive"] }
+tokio = { version = "1.38.0", features = ["full"] }
+serde_json = "1.0.117"