funscheduler

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8b1fde726a9f876768b0a0e0caa1d733adf65243
parent 71a9b1ca2198faeb6e9d7d223ee190f18141e252
Author: seestem <seestem@merely.tech>
Date:   Fri, 29 Oct 2021 11:30:32 +0200

[publish] add info

Diffstat:
MCargo.toml | 6++++++
MLICENSE | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -4,6 +4,12 @@ authors = ["Jackson G. Kaindume <seestem@merely.tech>"] version = "0.1.0" edition = "2018" description = "Time based function execution scheduler" +license = "MIT" +keywords = ["timer", "scheduler", "cron", "function"] +categories = ["date-and-time"] +homepage = "https://github.com/cy6erlion/funscheduler" +repository = "https://github.com/cy6erlion/funscheduler" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 seestem <seestem@merely.tech> +Copyright (c) 2021 Jackson G. Kaindume <seestem@merely.tech> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal