feat: add post-rs

This commit is contained in:
2023-03-05 00:39:13 +08:00
parent 6dca80b8c5
commit b2d46bf5a2
3 changed files with 1392 additions and 0 deletions

14
post-rs/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "post-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.21.0"
clap = { version = "4.1.8", features = ["derive"] }
reqwest = { version = "0.11.14", features = ["blocking", "json"] }
rust_util = "0.6.41"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"