fabrica

hanna/fabrica

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