Update 'README.md'

This commit is contained in:
crunk 2023-10-18 15:29:03 +02:00
parent 510960011f
commit c9d2715af1

View File

@ -14,11 +14,12 @@ a CLI tool to post updates to crunk-scheduler.
## Learning Rust.
* [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/)
* [Tokio is an asynchronous runtime for the Rust programming language.](https://tokio.rs/)
## Readme driven development
* have crunk-scheduler do all the conversion to html in rss.
* make this as simple as possible
- post a simple text
- post markdown or html snippets
- post files
- post markdown
- post media files (jpeg, mp3, mp4 etc)
* be able to set a time when something is scheduled.