aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-05-28 00:28:39 +0800
committer简律纯 <i@jyunko.cn>2024-05-28 00:28:39 +0800
commit28a7b2ecd90e7e67427682a99b8616e13042b4ab (patch)
treeb97c4784f5b27963aafde21701a135934fef6f5d /Cargo.toml
parent2c8f4880eb6ddd0040c20e264dac1aebb018a8b2 (diff)
downloadHydroRollCore-28a7b2ecd90e7e67427682a99b8616e13042b4ab.tar.gz
HydroRollCore-28a7b2ecd90e7e67427682a99b8616e13042b4ab.zip
chore: refresh source tree files
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"