aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-03-07 02:58:23 +0100
committermetamuffin <metamuffin@disroot.org>2026-03-07 02:58:23 +0100
commita93e0bf8db710ef9dcd40e1526ddd4b18a7288e9 (patch)
tree96b40088f0922146a793405dc37e49d74e5af440 /Cargo.toml
parentd6287e2f54bd3ad22f970c0a3fe5230be00a592e (diff)
downloadjellything-a93e0bf8db710ef9dcd40e1526ddd4b18a7288e9.tar
jellything-a93e0bf8db710ef9dcd40e1526ddd4b18a7288e9.tar.bz2
jellything-a93e0bf8db710ef9dcd40e1526ddd4b18a7288e9.tar.zst
move cache tools to kv crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 794722f..ab2d749 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,6 @@
[workspace]
members = [
"cache",
- "cache/tools",
"common",
"common/object",
"database",