Jump to…
snowinitial commitqoxwzsukwmkx1mo
Matt W1[package]
Matt W2name = "df-index"
Matt W3version.workspace = true
Matt W4edition.workspace = true
Matt W5rust-version.workspace = true
Matt W6license.workspace = true
Matt W7
Matt W8[dependencies]
Matt W9# The line mapping comment anchors rebase through must agree with the diff the
Matt W10# reviewer sees, so it uses the same differ df-store renders with.
Matt W11similar.workspace = true
Matt W12chrono.workspace = true
Matt W13sha2.workspace = true
Matt W14hex.workspace = true
Matt W15thiserror.workspace = true
Matt W16tracing.workspace = true
Matt W17
Matt W18[dev-dependencies]
Matt W19# The fixture corpus is driven through the git CLI in integration tests rather
Matt W20# than by linking gix here — df-index must not depend on a git library
Matt W21# (spec §3 rule 1).
Matt W22serde_json.workspace = true

22 lines · TOML