From fab2654c10cf0d0f440970d55bbe5841d93a4ae3 Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Tue, 19 Mar 2019 01:05:24 +0200 Subject: Use curl command instead of library. Rust packaging is complicated and I don't like it. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9c97246..9567aeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ serde = { version = "1.0.89" } serde_derive = { version = "1.0.89" } serde_json = { version = "1.0.39" } chrono = { version = "0.4.6", default-features = false } -curl = { version = "0.4.17", default-features = false } [profile.release] panic = "abort" -- cgit