aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-06-17 00:22:18 +0800
committer简律纯 <i@jyunko.cn>2024-06-17 00:22:18 +0800
commitea840bbc63843bd605a00da31f80241a4f2a9746 (patch)
tree4fe1ecc8b1361b6bd23808c2d62d51c5024dffb4 /Cargo.toml
parent09413f06949b421a1c5b0cc05d70d84b184d3397 (diff)
downloadHydroRollCore-ea840bbc63843bd605a00da31f80241a4f2a9746.tar.gz
HydroRollCore-ea840bbc63843bd605a00da31f80241a4f2a9746.zip
chore(deps|rust): add clap dependencies
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"