summaryrefslogtreecommitdiffstats
path: root/highlighter/Cargo.toml
blob: 7962b89ddaf7b1193c5df377586716a7ee752dbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "iced_highlighter"
description = "A syntax highlighter for iced"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
categories.workspace = true
keywords.workspace = true

[lints]
workspace = true

[dependencies]
iced_core.workspace = true

once_cell.workspace = true
syntect.workspace = true