tiny-native-scheduler 0.1.0

Tiny helper to schedule tasks to run at a specific time using `at` on Unix and `schtasks` on Windows.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"