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