Current section
Files
Jump to
Current section
Files
native/rustled_syntect/Cargo.toml
[package]
name = "rustled_syntect"
version = "0.1.0"
authors = []
[lib]
name = "rustled_syntect"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.25.0"
rustler_codegen = "0.25.0"
lazy_static = "1.0"
syntect = { version = "4.5.0", features = ["parsing", "html"] }