feat: add update meta rs, and script-meta.json

This commit is contained in:
2024-08-17 22:22:38 +08:00
parent ff0699bdd1
commit 589ffd47cc
5 changed files with 597 additions and 1 deletions

10
update-meta-rs/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "update-meta-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust_util = "0.6"
sha256 = "1.5"