summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-12-01 11:27:04 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-12-01 11:27:04 +0200
commitecfa5bb0f3caf66f05a7b99d204978496dae4bd7 (patch)
tree940f40121c33e2c42dee6c97acf364eadc85570f /Cargo.toml
parent34bffc49705fb31f947ad0f2f45494dc9472e81b (diff)
Dressed day 1 up as a cli app
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 870468a..69a0b81 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+structopt = "0.3.5"
+derive_more = "0.99.2" \ No newline at end of file