diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-03-07 02:58:23 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-03-07 02:58:23 +0100 |
| commit | a93e0bf8db710ef9dcd40e1526ddd4b18a7288e9 (patch) | |
| tree | 96b40088f0922146a793405dc37e49d74e5af440 /cache/tools/Cargo.toml | |
| parent | d6287e2f54bd3ad22f970c0a3fe5230be00a592e (diff) | |
| download | jellything-a93e0bf8db710ef9dcd40e1526ddd4b18a7288e9.tar jellything-a93e0bf8db710ef9dcd40e1526ddd4b18a7288e9.tar.bz2 jellything-a93e0bf8db710ef9dcd40e1526ddd4b18a7288e9.tar.zst | |
move cache tools to kv crate
Diffstat (limited to 'cache/tools/Cargo.toml')
| -rw-r--r-- | cache/tools/Cargo.toml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cache/tools/Cargo.toml b/cache/tools/Cargo.toml deleted file mode 100644 index bf0427d..0000000 --- a/cache/tools/Cargo.toml +++ /dev/null @@ -1,16 +0,0 @@ -[package] -name = "tools" -version = "0.1.0" -edition = "2024" - -[dependencies] -rocksdb = { version = "0.24.0", features = ["multi-threaded-cf"] } -anyhow = { workspace = true } - -[[bin]] -name = "cache_fs_to_rocksdb" -path = "cache_fs_to_rocksdb.rs" - -[[bin]] -name = "cache_rocksdb_delete_prefix" -path = "cache_rocksdb_delete_prefix.rs" |