aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-10-02 21:45:26 +0200
committerlukeflo2024-10-02 21:45:26 +0200
commit36f01f65b1804125e7d18a17ce57205248e1b7fd (patch)
treec46e63486a3c96448db091174efdcf343693dd9b /Cargo.toml
parentc78ae222ea75d36f4aef6e274d2c986e37462276 (diff)
downloadbibiman-36f01f65b1804125e7d18a17ce57205248e1b7fd.tar.gz
bibiman-36f01f65b1804125e7d18a17ce57205248e1b7fd.zip
reordered tui 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 5338522..9b182eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
arboard = { version = "3.4.1", features = ["wayland-data-control"] }
biblatex = "0.9.3"
+color-eyre = "0.6.3"
crossterm = { version = "0.28.1", features = ["event-stream"] }
futures = "0.3.30"
itertools = "0.13.0"