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