roxy-syntect/Cargo.toml

18 lines
428 B
TOML
Raw Normal View History

2024-02-03 00:37:24 +00:00
[package]
name = "roxy_syntect"
version = "0.1.0"
edition = "2021"
2024-02-21 15:33:27 +00:00
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"
2024-02-03 00:37:24 +00:00
[dependencies]
once_cell = "1.19.0"
regex = "1.10.3"
2024-02-21 15:33:27 +00:00
roxy_core = "0.1.0"
2024-02-03 00:37:24 +00:00
syntect = "5.1.0"