From 6126fd035dee3e53c0b3f2815b0f0b594adff34d Mon Sep 17 00:00:00 2001 From: Celeste Date: Sun, 29 Aug 2021 16:10:41 +0100 Subject: [PATCH] Not using http crate --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3692bc..308b89d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,3 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -http = "0.2.4"