2017-07-23 05:32:18 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Messense Lv <messense@icloud.com>"]
|
|
|
|
name = "word-count"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2018-08-04 17:55:15 +00:00
|
|
|
rayon = "1.0.2"
|
2018-07-30 20:52:22 +00:00
|
|
|
pyo3 = { path = "../..", features = ["extension-module"] }
|
2017-07-23 05:32:18 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "word_count"
|
|
|
|
crate-type = ["cdylib"]
|