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