add mcp post bot
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user