summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-12-11 20:14:55 +0200
committerLars Wirzenius <liw@liw.fi>2020-12-12 09:31:45 +0200
commit3d4e92075773b6f3034251ad63c4d1e4985352be (patch)
treef252b28160fce1bc59f0dabc44a551516d7f8c5f /Cargo.toml
parent2035df9b6bad93a88fba7cd572d9939d1d6fa18d (diff)
downloadobnam2-3d4e92075773b6f3034251ad63c4d1e4985352be.tar.gz
feat: restore metadata as well as file contentents
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"]}