Update 'README.md'
This commit is contained in:
parent
510960011f
commit
c9d2715af1
@ -14,11 +14,12 @@ a CLI tool to post updates to crunk-scheduler.
|
|||||||
## Learning Rust.
|
## Learning Rust.
|
||||||
* [clap is a Command Line Argument Parser for Rust](https://docs.rs/clap/latest/clap/)
|
* [clap is a Command Line Argument Parser for Rust](https://docs.rs/clap/latest/clap/)
|
||||||
* [reqwest is a convenient, higher-level HTTP Client](https://docs.rs/reqwest/latest/reqwest/)
|
* [reqwest is a convenient, higher-level HTTP Client](https://docs.rs/reqwest/latest/reqwest/)
|
||||||
|
* [Tokio is an asynchronous runtime for the Rust programming language.](https://tokio.rs/)
|
||||||
|
|
||||||
## Readme driven development
|
## Readme driven development
|
||||||
* have crunk-scheduler do all the conversion to html in rss.
|
* have crunk-scheduler do all the conversion to html in rss.
|
||||||
* make this as simple as possible
|
* make this as simple as possible
|
||||||
- post a simple text
|
- post a simple text
|
||||||
- post markdown or html snippets
|
- post markdown
|
||||||
- post files
|
- post media files (jpeg, mp3, mp4 etc)
|
||||||
* be able to set a time when something is scheduled.
|
* be able to set a time when something is scheduled.
|
||||||
|
Loading…
Reference in New Issue
Block a user