From 3d4e92075773b6f3034251ad63c4d1e4985352be Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 11 Dec 2020 20:14:55 +0200 Subject: feat: restore metadata as well as file contentents --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2d6f11e..652b727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" anyhow = "1" bytes = "0.5" indicatif = "0.15" +libc = "0.2" log = "0.4" pretty_env_logger = "0.4" reqwest = { version = "0.10", features = ["blocking", "json"]} -- cgit v1.2.1