native/liteparse_native/Cargo.toml
[package]
name = "liteparse_native"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
rustler = "0.38.0"
liteparse = "2"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }