From bb61c2794ce965eb9cfa851a509479474760207d Mon Sep 17 00:00:00 2001 From: joinu14 Date: Fri, 13 Aug 2021 02:07:22 +0300 Subject: [PATCH] fix crate tags --- ic-cron/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ic-cron/Cargo.toml b/ic-cron/Cargo.toml index fad871e..e892c4e 100644 --- a/ic-cron/Cargo.toml +++ b/ic-cron/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Makes your IC canister proactive" license = "MIT" readme = "../README.md" -keywords = ["dfinity", "internet computer", "ic", "cron"] +keywords = ["dfinity", "internet-computer", "ic", "cron"] [dependencies] ic-cdk = "0.3.1"