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