| 1 | [package] |
| 2 | name = "highlight" |
| 3 | description = "Syntax highlighting with line-addressable, diff-aware output." |
| 4 | version.workspace = true |
| 5 | edition.workspace = true |
| 6 | rust-version.workspace = true |
| 7 | license.workspace = true |
| 8 | authors.workspace = true |
| 9 | repository.workspace = true |
| 10 | publish.workspace = true |
| 11 | |
| 12 | [dependencies] |
| 13 | inkjet = { workspace = true } |
| 14 | |
| 15 | [dev-dependencies] |
| 16 | insta = { workspace = true } |
| 17 | |
| 18 | [lints] |
| 19 | workspace = true |