mvniekerk / tokio-cron-scheduler

Schedule tasks on Tokio using cron-like annotation
Apache License 2.0
473 stars 58 forks source link

sample in readme miss dependencies #7

Closed elderbig closed 2 years ago

elderbig commented 2 years ago

to use tokio micro #[tokio::main] maybe need add dependencies in Cargo.toml like

[dependencies]
tokio = { version = "*", features = ["full"] }
mvniekerk commented 2 years ago

Thanks @elderbig of the bug report. I think it is safe to assume that someone running this crate already has tokio set up?