|
[package]
|
|
authors = ["{{authors}}"]
|
|
name = "{{project-name}}"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "word_count"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
pyo3 = { version = "{{PYO3_VERSION}}", features = ["extension-module"] }
|
|
rayon = "1.0.2"
|