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