feat: v1.0.0

This commit is contained in:
2025-01-18 14:28:43 +08:00
parent 506df24aae
commit 18d55793d9
12 changed files with 535 additions and 423 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "runrs"
version = "0.4.0"
version = "1.0.0"
edition = "2018"
license = "MIT/Apache-2.0"
description = "A Tool for Run Rust Scripts"
@@ -16,9 +16,9 @@ switch-ts-lang = []
switch-dart-lang = []
[dependencies]
reqwest = { version = "0.11.14", features = ["blocking"] }
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"
reqwest = { version = "0.12", features = ["blocking"] }
rust_util = "0.6"
sha256 = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
argh = "0.1"