Current section

Files

Jump to
keywords native parser Cargo.toml
Raw

native/parser/Cargo.toml

[package]
name = "parser"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "parser"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.36.1"
substring = "1.4.5"
lazy_static = "1.4.0"