katbin/native/ketbin_utils_syntax/Cargo.toml
SphericalKat 425fb2b571
feat(pastes): use rustler for highlight NIF
Signed-off-by: SphericalKat <amolele@gmail.com>
2021-08-17 02:05:58 +05:30

15 lines
252 B
TOML

[package]
name = "ketbin_utils_syntax"
version = "0.1.0"
authors = ["SphericalKat <amolele@gmail.com>"]
edition = "2018"
[lib]
name = "ketbin_utils_syntax"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.22.0"
syntect = "4.6"