aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-10-24 12:53:09 +0200
committerlukeflo2024-10-24 12:53:09 +0200
commitf32b6a19851b8b103ac843503ab008197f0639cd (patch)
tree49216019cf71b4c3161eb5b1a74d9ee7e06eceb0 /Cargo.toml
parent66402a9c23e0975a8a3d8c2707b689b9cde98ccf (diff)
downloadbibiman-f32b6a19851b8b103ac843503ab008197f0639cd.tar.gz
bibiman-f32b6a19851b8b103ac843503ab008197f0639cd.zip
rearrange code again, prepare for command-action setup
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 1346a21..194aeda 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,3 +24,4 @@ sarge = "7.2.5"
signal-hook = "0.3.17"
tokio = { version = "1.39.3", features = ["full"] }
tokio-util = "0.7.12"
+tui-input = "0.10.1"