summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-16 21:58:21 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-16 21:58:21 +0200
commitf3405890721b5092d60cd7a470e3711c4b86e204 (patch)
tree2c453275c3ef304c89ef1e716a7ba33d7b853d15 /Cargo.toml
downloadhurrycurry-f3405890721b5092d60cd7a470e3711c4b86e204.tar
hurrycurry-f3405890721b5092d60cd7a470e3711c4b86e204.tar.bz2
hurrycurry-f3405890721b5092d60cd7a470e3711c4b86e204.tar.zst
stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 00000000..c0e3dae2
--- /dev/null
+++ b/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"