From f93efc0f1e2a671105a57589f81b2a2d6c570835 Mon Sep 17 00:00:00 2001 From: Deveus Date: Fri, 23 Dec 2022 21:48:53 +0200 Subject: [PATCH] feat: add authors --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8989006e..8d38e2af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ overflow-checks = true [workspace.package] version = "0.0.3" -authors = ["meow@cron.cat", "@tjtc", "@mikedotexe"] +authors = ["meow@cron.cat", "@tjtc", "@mikedotexe","@NinoLipartiia","@Buckram123","deveusss"] edition = "2021" description = "Croncat provides a general purpose, fully autonomous network that enables scheduled function calls for blockchain contract execution. It allows any application to schedule logic to get executed in the future, once or many times, triggered by an approved “agent,” in an economically stable format." documentation = "https://docs.cron.cat/"