xler/native/xler_native/Cargo.toml
dependabot[bot] 33bcc577c9
Bump calamine from 0.16.2 to 0.18.0 in /native/xler_native (#21)
Bumps [calamine](https://github.com/tafia/calamine) from 0.16.2 to 0.18.0.
- [Release notes](https://github.com/tafia/calamine/releases)
- [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md)
- [Commits](https://github.com/tafia/calamine/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-12 14:03:44 +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.18.0"