aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-02-10 18:14:48 +0000
committerGitHub <noreply@github.com>2023-02-10 18:14:48 +0000
commit2672f78dda0bc98c9fac8d63bd1e00bafbb76ef4 (patch)
tree1300abbd14272a5f2f8df2e4622684c968d65f17 /Cargo.toml
parentcrossterm support (#331) (diff)
downloadatuin-2672f78dda0bc98c9fac8d63bd1e00bafbb76ef4.zip
make update_needed check lazy (#706)
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 10b0fdfd..73817d75 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,6 +73,7 @@ rpassword = "7.0"
semver = "1.0.14"
runtime-format = "0.1.2"
tiny-bip39 = "1"
+futures-util = "0.3"
# from tui
bitflags = "1.3"