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