blob: 69a0c8062186808ae16f0c02521b03a9a6c4c977 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "hydro_roll"
version = "0.1.6"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "hydro_roll"
crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.19.0"
|