feat: v0.2

This commit is contained in:
2023-02-21 00:36:52 +08:00
parent c43bf1c453
commit fd01aae079
6 changed files with 1068 additions and 151 deletions

View File

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