xler/native/xler_native/Cargo.toml
dependabot[bot] 5a40b792f6
Bump calamine from 0.16.1 to 0.16.2 in /native/xler_native (#11)
Bumps [calamine](https://github.com/tafia/calamine) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/tafia/calamine/releases)
- [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md)
- [Commits](https://github.com/tafia/calamine/compare/v0.16.1...v0.16.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-29 21:24:12 +02: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.1"
lazy_static = "1.4"
calamine = "0.16.2"