2
0

add mcp post bot

This commit is contained in:
2026-03-23 04:01:57 +09:00
parent 2bf780cea0
commit 60c8c753ae
4 changed files with 92 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ path = "src/main.rs"
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
reqwest = { version = "0.12", features = ["json", "blocking", "rustls-tls"], default-features = false }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "process", "time"] }
anyhow = "1.0"
dirs = "5.0"