From c9d2715af1286bac730ef92605e8d619e3fdc9a2 Mon Sep 17 00:00:00 2001 From: crunk Date: Wed, 18 Oct 2023 15:29:03 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60bd3cc..54a3cc3 100644 --- a/README.md +++ b/README.md @@ -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.