git-ents.gitmain
⌘K
foforge
Cargo.toml22 lines · 480 B · tomlhistorycomment on this file
1[package]
2name = "ents-testutil"
3version = "0.0.0"
4edition.workspace = true
5publish.workspace = true
6license.workspace = true
7
8[dependencies]
9ents-model = { workspace = true }
10facet = { workspace = true }
11facet-git-tree = { workspace = true }
12gix = { workspace = true }
13gix-hash = { workspace = true }
14gix-object = { workspace = true }
15gix-ref-store = { workspace = true }
16ssh-key = { workspace = true }
17
18[dev-dependencies]
19rstest = { workspace = true }
20
21[lints]
22workspace = true