xler/native/xler_native/Cargo.toml

14 lines
207 B
TOML

[package]
name = "xler_native"
version = "0.2.0"
authors = []
[lib]
name = "xler_native"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.34.0"
lazy_static = "1.4"
calamine = "0.25.0"