git-ents.gitmain
⌘K
foforge
Cargo.toml19 lines · 374 B · tomlhistorycomment on this file
1[package]
2name = "gix-ref-store"
3version = "0.0.0"
4edition.workspace = true
5publish.workspace = true
6license.workspace = true
7
8[dependencies]
9gix = { workspace = true }
10gix-hash = { workspace = true }
11gix-lock = { workspace = true }
12thiserror = { workspace = true }
13
14[dev-dependencies]
15rstest = { workspace = true }
16tempfile = { workspace = true }
17
18[lints]
19workspace = true