From 5c3332884a917d4da05bfa437ee8b7c7ba5a56b9 Mon Sep 17 00:00:00 2001 From: Tin Lai Date: Thu, 21 Sep 2023 13:31:31 +1000 Subject: implements ability to edit from taking piped inputs Signed-off-by: Tin Lai --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2c5698b..a57be0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ anyhow = "1.0.72" argon2 = "0.5.1" arrayvec = "0.7.4" async-trait = "0.1.71" +atty="0.2.*" base32 = "0.4.0" base64 = "0.21.2" block-padding = "0.3.3" -- cgit v1.2.3-54-g00ecf