forked from jelson.rodrigues/piperun-bot
feat: PipeRUN API running
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "piperun-bot"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
http = {version = "1.3.1"}
|
||||
dotenv = {version = "0.15.0"}
|
||||
serde_json = "1.0.140"
|
||||
reqwest = { version = "0.12.19", features = ["json", "cookies", "blocking"] }
|
||||
chrono = { version = "0.4.41" }
|
||||
Reference in New Issue
Block a user