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