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