iced-yoda/highlighter/Cargo.toml
Héctor Ramón Jiménez f78fcebe30
Support more syntaxes for highlighting with two-face
Co-authored-by: Redhawk18 <redhawk76767676@gmail.com>
2025-12-03 19:29:31 +01:00

19 lines
386 B
TOML

[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
two-face.workspace = true