[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"