2022-07-31 13:32:37 +00:00
|
|
|
[package]
|
2022-09-03 08:22:12 +00:00
|
|
|
name = "simple_cron_async_worker"
|
2022-07-31 13:32:37 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-08-27 15:58:38 +00:00
|
|
|
fang = { path = "../../../" , features = ["asynk"]}
|
2022-07-31 13:32:37 +00:00
|
|
|
env_logger = "0.9.0"
|
|
|
|
log = "0.4.0"
|
|
|
|
tokio = { version = "1", features = ["full"] }
|