aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2019-03-19 01:05:24 +0200
committerHristo Venev <hristo@venev.name>2019-03-19 01:05:24 +0200
commitfab2654c10cf0d0f440970d55bbe5841d93a4ae3 (patch)
tree9ebaabebea3cc67c8ff5dda3676f830bebc91ca3 /Cargo.toml
parentd260190b3074d764cf2423b7187dc58cd37b9a7c (diff)
Use curl command instead of library.
Rust packaging is complicated and I don't like it.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"