From ff32088cffa839acd41b68fdce1db1d6c7fd6165 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 1 Dec 2020 22:35:23 -0500 Subject: puzzle 1-1 --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 617ddc3..ad1246e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +anyhow = "1.0" +paw = "1.0" +structopt = { version = "0.3", features = ["paw", "wrap_help"] } -- cgit v1.2.3-54-g00ecf