Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Publish an 0.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
killercup committed Jan 21, 2018
1 parent 5924ef2 commit f2cd63e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ version = "0.1.0"
description = "Quickly build cool CLI apps in Rust."
authors = ["Pascal Hertleif <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f2cd63e

Please sign in to comment.