aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.template/Cargo.toml
blob: 1997d0df2c66dd15e9d4cb25affecb17a5a9c99d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["{{authors}}"]
name = "{{project-name}}"
version = "0.1.0"
edition = "2021"

[lib]
name = "hydrorolldemo"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "{{PYO3_VERSION}}", features = ["extension-module"] }
rayon = "1.0.2"