From ea840bbc63843bd605a00da31f80241a4f2a9746 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 17 Jun 2024 00:22:18 +0800 Subject: chore(deps|rust): add clap dependencies --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-70-g09d2