feat: v1.1.1, add runrs verification

This commit is contained in:
2025-01-23 23:42:05 +08:00
parent 11b4e6c005
commit 35a7972673
6 changed files with 397 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "runrs"
version = "1.1.0"
version = "1.1.1"
edition = "2018"
license = "MIT/Apache-2.0"
description = "A Tool for Run Rust Scripts"
@@ -22,3 +22,4 @@ sha256 = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
argh = "0.1"
script-sign = "0.1"