aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b19fe65..2cc9607 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-name = "hydro_roll_core"
-version = "0.0.1-alpha.1"
+name = "hydro-roll-core"
+version = "0.0.2-alpha.1"
edition = "2021"
description = "Core Lib for HydroRoll System."
license = "MIT"
@@ -15,4 +15,5 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
+clap = { version = "4.0", features = ["derive"] }
rand = "0.8.5"