about summary refs log tree commit diff
path: root/kittybox-rs/util/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'kittybox-rs/util/Cargo.toml')
-rw-r--r--kittybox-rs/util/Cargo.toml29
1 files changed, 0 insertions, 29 deletions
diff --git a/kittybox-rs/util/Cargo.toml b/kittybox-rs/util/Cargo.toml
deleted file mode 100644
index 0425849..0000000
--- a/kittybox-rs/util/Cargo.toml
+++ /dev/null
@@ -1,29 +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
-
-[features]
-fs = ["rand", "tokio", "tokio/fs"]
-
-[dependencies]
-serde = { version = "^1.0.170", features = ["derive"] }
-serde_json = "^1.0.64"
-axum-core = "^0.3.4"
-http = "^0.2.7"
-async-trait = "^0.1.50"
-futures-util = "^0.3.14"
-uuid = "^1.3.3"
-[dependencies.rand]
-version = "^0.8.5"
-optional = true
-[dependencies.tokio]
-version = "^1.16.1"
-features = ["tracing"]
-optional = true
-[dependencies.sqlx]
-version = "0.7"
-features = ["json"]
-optional = true
\ No newline at end of file