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