funscheduler 0.1.0

Time based function execution scheduler
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "funscheduler"
version = "0.1.0"
authors = ["Jackson G. Kaindume <seestem@merely.tech>"]
description = "Time based function execution scheduler"
homepage = "https://github.com/cy6erlion/funscheduler"
readme = "README.md"
keywords = ["timer", "scheduler", "cron", "function"]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/cy6erlion/funscheduler"

[dependencies]