diff options
| author | 2024-06-17 00:22:18 +0800 | |
|---|---|---|
| committer | 2024-06-17 00:22:18 +0800 | |
| commit | ea840bbc63843bd605a00da31f80241a4f2a9746 (patch) | |
| tree | 4fe1ecc8b1361b6bd23808c2d62d51c5024dffb4 /Cargo.toml | |
| parent | 09413f06949b421a1c5b0cc05d70d84b184d3397 (diff) | |
| download | HydroRollCore-ea840bbc63843bd605a00da31f80241a4f2a9746.tar.gz HydroRollCore-ea840bbc63843bd605a00da31f80241a4f2a9746.zip | |
chore(deps|rust): add clap dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |
