From 541f9d5035e740a5e458392e8f9321132430b563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20R=C3=A5gstad?= Date: Sun, 15 Oct 2023 12:32:52 +0200 Subject: [PATCH] Add `http` crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 47f9ba8..3e6850e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ authors = ["William RÃ¥gstad"] chrono = "0.4.31" clap = { version = "4.3.21", features = ["color"] } colored = "2.0.4" +http = "0.2.9" notify = "6.1.1" serde = { version = "1.0.183", features = ["derive"]} serde_json = "1.0.104"