summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index c0e3dae2..00000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[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"