git-ents.gitmain
⌘K
foforge
Cargo.toml29 lines · 714 B · tomlhistorycomment on this file
1[package]
2name = "ents-forge"
3version = "0.0.0"
4edition.workspace = true
5publish.workspace = true
6license.workspace = true
7
8[dependencies]
9ents-anchor = { workspace = true }
10ents-attrs = { workspace = true }
11ents-model = { workspace = true }
12ents-receive = { workspace = true }
13facet = { workspace = true }
14facet-git-tree = { workspace = true }
15figue = { workspace = true }
16gix = { workspace = true }
17gix-hash = { workspace = true }
18gix-object = { workspace = true }
19gix-ref-store = { workspace = true }
20thiserror = { workspace = true }
21
22[dev-dependencies]
23ents-testutil = { workspace = true }
24proptest = { workspace = true }
25rstest = { workspace = true }
26tempfile = { workspace = true }
27
28[lints]
29workspace = true