026b32e64c
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>
16 lines
254 B
TOML
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"]
|