aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-02-06 19:22:58 +0000
committerGitHub <noreply@github.com>2023-02-06 19:22:58 +0000
commit5611bc59f584a48ffa3a4adfb8837f470cfe8c22 (patch)
tree9681cfeb382b62237c39c225687815e0798105eb /Cargo.toml
parentTry to make clippy happy 🥺 (#686) (diff)
downloadatuin-5611bc59f584a48ffa3a4adfb8837f470cfe8c22.zip
display mnemonic key (#694)
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 21ea881d..574dc55e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,6 +73,7 @@ whoami = "1.1.2"
rpassword = "7.0"
semver = "1.0.14"
runtime-format = "0.1.2"
+tiny-bip39 = "1"
[dependencies.tracing-subscriber]
version = "0.3"