Initial commit
This commit is contained in:
33
Cargo.toml
Normal file
33
Cargo.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
[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" }
|
||||
Reference in New Issue
Block a user