chore: started report grouping

This commit is contained in:
2025-10-15 12:10:02 -03:00
parent 94218b4477
commit 3af0eab693
3 changed files with 68 additions and 1 deletions

View File

@@ -3,6 +3,14 @@ name = "piperun-bot"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "groupped_repport"
path = "src/groupped_repport.rs"
[[bin]]
name = "piperun-bot"
path = "src/main.rs"
[dependencies]
http = {version = "1.3.1"}
dotenv = {version = "0.15.0"}
@@ -14,4 +22,6 @@ ipaddress = {version = "0.1.3"}
zip = { version = "5.1.1"}
walkdir = { version = "2.5.0"}
lettre = {version = "0.11.18", features = ["builder"]}
anyhow = { version = "1.0.100"}
anyhow = { version = "1.0.100"}
polars = { version = "0.51.0" }
regex = { version = "1.12.2" }