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

Commit f2cd63e

Browse files
committed
Publish an 0.1
[ci skip]
1 parent 5924ef2 commit f2cd63e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ version = "0.1.0"
44
description = "Quickly build cool CLI apps in Rust."
55
authors = ["Pascal Hertleif <killercup@gmail.com>"]
66
readme = "Readme.md"
7+
license = "MIT OR Apache-2.0"
78
repository = "https://github.com/killercup/quicli"
9+
categories = ["command-line-interface"]
10+
keywords = ["cli", "prelude"]
811

912
[dependencies]
1013
failure = "0.1.1"

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Quickly build cool CLI apps in Rust.
1818

1919
```toml
2020
[dependencies]
21-
quicli = { git = "https://github.com/killercup/quicli" }
21+
quicli = "0.1"
2222
```
2323

2424
2. Now, open up your `src/main.rs`. First, let's import all the good stuff:

0 commit comments

Comments
 (0)