From 45b93f7399424a498d0b34c0a97a2beddab9a136 Mon Sep 17 00:00:00 2001 From: Charlie Ede Date: Sun, 13 Oct 2024 14:42:52 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 52bffae..a941ad5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Skedgy is a lightweight, asynchronous task scheduler written in Rust. It allows - **Cron Scheduling**: Use cron expressions for recurring tasks. - **Asynchronous Execution**: Built with `tokio` for seamless async integration. - **Dynamic Task Management**: Add, remove, and manage tasks at runtime. -- **Custom Context and Metadata**: Pass custom context and metadata to tasks for flexible execution. - **Dependency Injection**: Inject dependencies into tasks for easy access to shared resources. ## Installation