feat: v0.2.5, support go scripts

This commit is contained in:
2024-12-29 17:13:41 +08:00
parent affcb233bd
commit 3ace53b509
11 changed files with 163 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "runrs"
version = "0.2.4"
version = "0.2.5"
edition = "2018"
license = "MIT/Apache-2.0"
description = "A Tool for Run Rust Scripts"
@@ -8,6 +8,10 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = []
switch-go-lang = []
[dependencies]
reqwest = { version = "0.11.14", features = ["blocking"] }
rust_util = "0.6.41"