aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
blob: 27884ece06db1af16b76c1599bdd1b01ca7d8463 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "HydroRoll"
version = "0.1.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "HydrRoll"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.19.0"