summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 2234bd90c..c8ea31bf9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ rust-version = "1.59"
[dependencies]
anyhow = "1.0"
names = { version = "0.13.0", default-features = false }
+miette = { version = "3.3.0", features = ["fancy"] }
zellij-client = { path = "zellij-client/", version = "0.31.0" }
zellij-server = { path = "zellij-server/", version = "0.31.0" }
zellij-utils = { path = "zellij-utils/", version = "0.31.0" }