2017-07-27 20:03:51 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Messense Lv <messense@icloud.com>"]
|
2018-01-19 18:10:32 +00:00
|
|
|
name = "word-count-cls"
|
2017-07-27 20:03:51 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rayon = "0.8"
|
|
|
|
|
|
|
|
[dependencies.pyo3]
|
|
|
|
path = "../../"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "word_count"
|
|
|
|
crate-type = ["cdylib"]
|