From dd7ef574e84ca6c1a548422904c6865048ae8e30 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Apr 2020 01:30:07 -0400 Subject: implement editing a string in a text editor --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 526d8f3..aeb27b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ serde = { version = "*", features = ["derive"] } serde_json = "*" sha2 = "*" snafu = "*" +tempfile = "*" tokio = { version = "*", features = ["full"] } uuid = { version = "*", features = ["v4"] } zeroize = "*" -- cgit v1.2.3-54-g00ecf