diff --git a/Cargo.toml b/Cargo.toml index a1cab5c..cae5146 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,10 @@ version = "0.1.0" description = "Quickly build cool CLI apps in Rust." authors = ["Pascal Hertleif "] readme = "Readme.md" +license = "MIT OR Apache-2.0" repository = "https://github.com/killercup/quicli" +categories = ["command-line-interface"] +keywords = ["cli", "prelude"] [dependencies] failure = "0.1.1" diff --git a/Readme.md b/Readme.md index bfbfbc9..7c1826d 100644 --- a/Readme.md +++ b/Readme.md @@ -18,7 +18,7 @@ Quickly build cool CLI apps in Rust. ```toml [dependencies] - quicli = { git = "https://github.com/killercup/quicli" } + quicli = "0.1" ``` 2. Now, open up your `src/main.rs`. First, let's import all the good stuff: