feat: v0.3.0, use argh

This commit is contained in:
2025-01-11 00:56:45 +08:00
parent 1b3c385794
commit 2c363e9db6
5 changed files with 797 additions and 334 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "runrs"
version = "0.2.8"
version = "0.3.0"
edition = "2018"
license = "MIT/Apache-2.0"
description = "A Tool for Run Rust Scripts"
@@ -21,3 +21,4 @@ rust_util = "0.6.41"
sha256 = "1.0.3"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.125"
argh = "0.1.13"