From 4f49900ef652407e7c49dc0682941c451b31122e Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Mon, 22 Jan 2018 10:19:46 +0100 Subject: [PATCH] Adjust Readme in light of #9 --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.md b/Readme.md index 13b7dac..d4ce811 100644 --- a/Readme.md +++ b/Readme.md @@ -20,6 +20,13 @@ Quickly build cool CLI apps in Rust. [dependencies] quicli = "0.1" ``` + + And, to be able to use all the features, also add these two goodies: + + ```toml + structopt = "0.1" + serde = "1" + ``` 3. Now, open up your `src/main.rs`. First, let's import all the good stuff: