Jump to…
snowinitial commitqoxwzsukwmkx1mo
1[package]
2name = "df-index"
3version.workspace = true
4edition.workspace = true
5rust-version.workspace = true
6license.workspace = true
7
8[dependencies]
9# The line mapping comment anchors rebase through must agree with the diff the
10# reviewer sees, so it uses the same differ df-store renders with.
11similar.workspace = true
12chrono.workspace = true
13sha2.workspace = true
14hex.workspace = true
15thiserror.workspace = true
16tracing.workspace = true
17
18[dev-dependencies]
19# The fixture corpus is driven through the git CLI in integration tests rather
20# than by linking gix here — df-index must not depend on a git library
21# (spec §3 rule 1).
22serde_json.workspace = true

22 lines · TOML