feat: v0.2.4, list supports file-meta.json

This commit is contained in:
2024-08-18 11:31:54 +08:00
parent b75e350db1
commit affcb233bd
4 changed files with 66 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "runrs"
version = "0.2.3"
version = "0.2.4"
edition = "2018"
license = "MIT/Apache-2.0"
description = "A Tool for Run Rust Scripts"
@@ -12,3 +12,5 @@ readme = "README.md"
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"