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