Files
fin_piperun-bot/Cargo.toml
2025-11-21 11:32:29 -03:00

33 lines
818 B
TOML

[package]
name = "piperun-bot"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "groupped-repport-weekly"
path = "src/groupped_repport_weekly.rs"
[[bin]]
name = "groupped-repport-monthly"
path = "src/groupped_repport_monthly.rs"
[[bin]]
name = "piperun-bot"
path = "src/main.rs"
[dependencies]
http = {version = "1.3.1"}
dotenv = {version = "0.15.0"}
serde_json = "1.0.145"
reqwest = { version = "0.12.23", features = ["json", "cookies", "blocking"] }
chrono = { version = "0.4.42" }
itertools = {version = "0.14.0"}
ipaddress = {version = "0.1.3"}
zip = { version = "6.0.0"}
walkdir = { version = "2.5.0"}
lettre = {version = "0.11.19", features = ["builder"]}
anyhow = { version = "1.0.100"}
polars = { version = "0.52.0"}
serde = { version = "1.0.228" }
csv = {version = "1.4.0"}
regex = { version = "1.12.2" }