about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2021-09-21 01:04:49 +0200
committerMel <einebeere@gmail.com>2021-09-21 01:05:03 +0200
commit9e019b462ff05315641c95442faf7f8fc80f76b1 (patch)
tree5813c85887544d865542fb122882a1fb9d2be718 /Cargo.toml
parentc25d22681f9bc6ddba512895182af0ce0252731b (diff)
downloadka-9e019b462ff05315641c95442faf7f8fc80f76b1.tar.zst
ka-9e019b462ff05315641c95442faf7f8fc80f76b1.zip
Slightly more consistent error handling
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 6c055ec..7605ee0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2018"
 serde = {version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 difference = "2.0.0"
+anyhow = "1.0"
 
 [workspace]
 members = ["cli"]
\ No newline at end of file