Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
klaatu01 authored Aug 31, 2024
1 parent 75df549 commit 5db5907
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,8 @@ Skedgy is a lightweight, asynchronous task scheduler written in Rust. It allows

## Installation

Add the following to your `Cargo.toml`:

```toml
[dependencies]
tokio = { version = "1", features = ["full", "macros"] }
async-channel = "1.7"
chrono = "0.4"
nanoid = "0.4"
cron = "0.9"
log = "0.4"
```bash
cargo add skedgy
```

## Usage
Expand Down

0 comments on commit 5db5907

Please sign in to comment.