summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorstuebinm2022-11-30 23:19:18 +0100
committerstuebinm2022-11-30 23:19:18 +0100
commit955434a8c86cf8a2ae7e4d62e67441e281398d46 (patch)
tree2ff714c7681b0aba5db5a73af61fda33d3860c26 /Cargo.toml
parente618ae8742a2ca2739a12fe3869c534c4180c500 (diff)
way to elaborate error messages
(but miette is fun!)
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 80e02cb..8fdd38e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,3 +15,4 @@ protobuf-json-mapping = "3.2"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
tokio = { version = "1", features = ["full"] }
clap = { version = "4", features = ["derive"] }
+miette = { version = "5", features = ["fancy"] }