Skip to content

Commit

Permalink
version 0.0.3 / updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
naoto0822 committed Mar 26, 2022
1 parent f1b6150 commit 23c9b45
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ homepage = "https://github.com/naoto0822/rp-cli"
license = "MIT/Apache-2.0"
name = "rp-cli"
repository = "https://github.com/naoto0822/rp-cli"
version = "0.0.2"
version = "0.0.3"
edition = "2018"
exclude = ["examples/*"]
keywords = [
"cli",
"clap",
"rust-playground"
]

[[bin]]
name = "rp"
Expand Down
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ or
$ rp download https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=234b1b3dd6bf3c13ec78ea86db21e2cd
```

## Features

- [ ] output file (fmt, download)
- [ ] output JSON format
- [ ] more test code...
- [ ] declear custom error type

## Dependencies

- [clap-rs/clap](https://github.com/clap-rs/clap)
Expand All @@ -67,6 +60,17 @@ $ rp download https://play.rust-lang.org/?version=stable&mode=debug&edition=2021
- [seanmonstar/reqwest](https://github.com/seanmonstar/reqwest)
- [servo/rust-url](https://github.com/servo/rust-url)

## TODO

- [ ] output file (fmt, download)
- [ ] output JSON format
- [ ] more test code...
- [ ] declear custom error type

## Blog

> TODO
## License

Licensed under either of
Expand Down

0 comments on commit 23c9b45

Please sign in to comment.