about summary refs log tree commit diff
path: root/util/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'util/Cargo.toml')
-rw-r--r--util/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/util/Cargo.toml b/util/Cargo.toml
deleted file mode 100644
index 31c6bca..0000000
--- a/util/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "kittybox-util"
-version = "0.1.0"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-[dependencies.serde]         # A generic serialization/deserialization framework
-version = "^1.0.125"
-features = ["derive"]
-