git-ents.gitmain
⌘K
foforge
Cargo.toml25 lines · 581 B · tomlhistorycomment on this file
1[package]
2name = "ents-gate"
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 }
17thiserror = { workspace = true }
18
19[dev-dependencies]
20ents-anchor = { workspace = true }
21ents-testutil = { workspace = true }
22rstest = { workspace = true }
23
24[lints]
25workspace = true