feat: v1.0.0
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user