From 8f7e61225d64f41fbc7a277c2e190e2e26738508 Mon Sep 17 00:00:00 2001 From: Valerie Date: Wed, 16 Aug 2023 12:15:44 -0400 Subject: [PATCH] added missing dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 34b6347..f1732a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2021" #copy_dir = "0.1.3" pico-args = "0.5.0" tera = "1.19.0" +termion = "2.0.1" toml = "0.7.6" [profile.release]