feat: add update meta rs, and script-meta.json
This commit is contained in:
10
update-meta-rs/Cargo.toml
Normal file
10
update-meta-rs/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user