xler/native/xler_native/Cargo.toml
Joakim Nylen f16f9ec147 v0.4.1
2019-11-22 11:32:34 +01:00

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.21.0"
lazy_static = "1.4"
calamine = "0.16.1"