Skip to content

Commit 3ce5507

Browse files
committed
introduce new archive index format based on SQLite
1 parent 179f2f1 commit 3ce5507

File tree

4 files changed

+315
-39
lines changed

4 files changed

+315
-39
lines changed

Cargo.lock

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ bzip2 = "0.4.4"
6969
serde_cbor = "0.11.1"
7070
getrandom = "0.2.1"
7171
itertools = { version = "0.10.5", optional = true}
72+
rusqlite = { version = "0.28.0", features = ["bundled"] }
73+
lru = "0.9.0"
7274

7375
# Async
7476
tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros"] }

0 commit comments

Comments
 (0)