aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-02-27 12:02:17 +0800
committer简律纯 <i@jyunko.cn>2024-02-27 12:02:17 +0800
commit8353aa8e757716cd7144baee56992bf23f89c5e8 (patch)
tree53d8295caf0ba36e7d2294c127999529db535b38 /Cargo.toml
parent679880c0bd8e6ad1d8c6e4f9ee92cf89ddbd3cdd (diff)
downloadHydroRoll-8353aa8e757716cd7144baee56992bf23f89c5e8.tar.gz
HydroRoll-8353aa8e757716cd7144baee56992bf23f89c5e8.zip
feat: develop with pdm and maturin
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 27884ec..69a0c80 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
-name = "HydroRoll"
-version = "0.1.5"
+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 = "HydrRoll"
+name = "hydro_roll"
crate-type = ["cdylib"]
[dependencies]