From 3cd31cbe5c578582e6c155c117a613f8cd5b7d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Coletta?= Date: Mon, 19 Dec 2022 21:42:58 +0100 Subject: [PATCH] chore: Add license to crontab_types --- crates/crontab_types/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/crontab_types/Cargo.toml b/crates/crontab_types/Cargo.toml index 8ec805b..e9e0bf6 100644 --- a/crates/crontab_types/Cargo.toml +++ b/crates/crontab_types/Cargo.toml @@ -2,6 +2,7 @@ name = "archimedes_crontab_types" version = "0.1.0" edition = "2021" +license = "MIT" description = "Crontab types package for archimedes, a high performance Rust/PostgreSQL job queue" homepage = "docs.rs/archimedes_crontab_types" documentation = "docs.rs/archimedes_crontab_types"