aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-05-30 16:06:41 +0200
committerTeddy Wing2021-05-30 16:06:41 +0200
commitd071c5e456367ed0cc4f907e9e5c7dc46c331399 (patch)
tree9e8d72f87baf39f59d9e148da99b07f1cda84973 /Cargo.toml
parent7d61e57aa6a7f3e61eb4ceac2b6fd7104245c3fe (diff)
downloadreflectub-d071c5e456367ed0cc4f907e9e5c7dc46c331399.tar.bz2
Replace boxed errors with concrete error types
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 4099777..175f63f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.1"
edition = "2018"
[dependencies]
+anyhow = "1.0.40"
git2 = "0.13.20"
reqwest = { version = "0.11.3", features = ["blocking", "json"] }
serde = { version = "1.0.126", features = ["derive"] }