[package]
authors = ["Araxeus"]
categories = ["command-line-utilities"]
description = "Tiny helper to schedule tasks to run at a specific time using `at` on Unix and `schtasks` on Windows."
edition = "2021"
homepage = "https://github.com/Araxeus/tiny-native-scheduler"
keywords = ["scheduler", "at", "schtasks", "later"]
license = "MIT"
name = "tiny-native-scheduler"
readme = "README.md"
repository = "https://github.com/Araxeus/tiny-native-scheduler"
version = "0.1.0"
[target."cfg(windows)".dependencies.time]
features = ["local-offset", "formatting"]
version = "0.3"