From c463fb7d0ab36c44046a5a7edc88902f5b90e710 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Tue, 23 Aug 2022 12:05:47 -0500 Subject: added proper cmd args --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9432a77..b30df36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,4 @@ edition = "2021" [dependencies] gif = "0.11.4" rand = "0.8.5" +clap = { version = "3.2.17", features = ["derive"]} -- cgit v1.2.3