grapeTimerR 0.1.3

grape schedule for rust
Documentation
[package]
name = "grapeTimerR"
version = "0.1.3"
authors = ["jackliu100@gmail.com <jackliu100@gmail.com>"]
edition = "2018"
description = "grape schedule for rust"
documentation = "https://docs.rs/grapeTimerR"
readme = "README.md"
license = "Apache-2.0"
license-file = "LICENSE"
repository = "https://github.com/koangel/grapeTimerR"
keywords = [
    "schedule","timer","grape"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.19"
lazy_static = "1.4.0"
num_cpus = "1.0"
crossbeam = "0.8.0"
tokio = {version = "1.2.0",features = ["rt","rt-multi-thread","time"]}
log = "0.4"
simple-log = "1.0.1"