pyo3/examples/word-count-cls/Cargo.toml
dependabot[bot] 026b32e64c
Update rayon requirement to 1.0
Updates the requirements on [rayon](https://github.com/rayon-rs/rayon) to permit the latest version.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/commits/v1.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-07-27 15:16:28 +00:00

16 lines
254 B
TOML

[package]
authors = ["Messense Lv <messense@icloud.com>"]
name = "word-count-cls"
version = "0.1.0"
[dependencies]
rayon = "1.0"
[dependencies.pyo3]
path = "../../"
features = ["extension-module"]
[lib]
name = "word_count_cls"
crate-type = ["cdylib"]