roxy-syntect/Cargo.toml

18 lines
428 B
TOML

[package]
name = "roxy_syntect"
version = "0.1.0"
edition = "2021"
authors = ["Rowan <rowan@kitsu.cafe>"]
repository = "https://fem.mint.lgbt/kitsunecafe/roxy-syntect"
license = "GPL-3.0-or-later"
readme = "README.md"
description = "Roxy plugin for providing syntax highlighting via Syntect"
homepage = "https://roxy-docs.netlify.app"
[dependencies]
once_cell = "1.19.0"
regex = "1.10.3"
roxy_core = "0.1.0"
syntect = "5.1.0"