From bb7da4934d4a5f0f5184ea382a122724d27d88a4 Mon Sep 17 00:00:00 2001 From: Melody Horn / boringcactus Date: Sun, 13 Jun 2021 11:03:27 -0600 Subject: power up CLI --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cc6e98f..7c0c675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,6 @@ edition = "2018" [dependencies] hyper = { version = "0.14", features = ["full"] } +structopt = "0.3.21" tokio = { version = "1", features = ["full"] } warp = "0.3" -- cgit v1.2.3