planif 0.0.0-alpha

planif is a builder wrapper for the windows task scheduler API of windows-rs.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.chrono]
version = "0.4"

[dependencies.windows]
features = ["alloc", "Data_Xml_Dom", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_System_TaskScheduler", "Win32_System_Com", "Win32_System_Ole"]
version = "0.34.0"

[package]
authors = ["mattrobineau"]
categories = ["os::windows-apis"]
description = "planif is a builder wrapper for the windows task scheduler API of windows-rs."
edition = "2021"
keywords = ["scheduled", "task", "windows"]
license = "MIT"
name = "planif"
repository = "https://github.com/mattrobineau/planif"
resolver = "2"
version = "0.0.0-alpha"