15 lines
252 B
TOML
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"
|