diff --git a/Cargo.lock b/Cargo.lock index 68cb5b2..200bf90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,6 +70,12 @@ dependencies = [ "libc", ] +[[package]] +name = "anyhow" +version = "1.0.99" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" + [[package]] name = "arbitrary" version = "1.4.1" @@ -1242,6 +1248,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" name = "piperun-bot" version = "0.1.0" dependencies = [ + "anyhow", "chrono", "dotenv", "http", diff --git a/Cargo.toml b/Cargo.toml index 277be90..0bad8e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,5 @@ itertools = {version = "0.14.0"} ipaddress = {version = "0.1.3"} zip = { version = "4.3.0"} walkdir = { version = "2.5.0"} -lettre = {version = "0.11.18", features = ["builder"]} \ No newline at end of file +lettre = {version = "0.11.18", features = ["builder"]} +anyhow = { version = "1.0.99"} \ No newline at end of file