Browse Source

Update 'README.md'

main
crunk 1 year ago
parent
commit
c9d2715af1
  1. 5
      README.md

5
README.md

@ -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…
Cancel
Save