start working on terminal launcher

This commit is contained in:
2023-08-02 19:57:37 -07:00
parent 60c24e3ee4
commit 89bc74e644
7 changed files with 134 additions and 0 deletions

View File

@ -46,6 +46,7 @@ clap = { version = "3.2.23", features = ["derive"] }
is-terminal = "0.4.7"
argon2 = { version = "0.5.0", features = ["std"] }
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
which = "4.4.0"
[features]
# by default Tauri runs in production mode