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