aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d75081e..b19fe65 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,8 @@ authors = ["HsiangNianian <i@jyunko.cn>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
-name = "hydro_roll_core"
crate-type = ["cdylib"]
[dependencies]
-pyo3 = { version = "0.19.2", features = ["abi3-py39"] } \ No newline at end of file
+pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
+rand = "0.8.5"