iced/highlighter/Cargo.toml
2025-01-06 22:56:48 +01:00

19 lines
385 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
syntect.workspace = true