From 5427ef9a4926fef18c2b3256f869083554aafcb3 Mon Sep 17 00:00:00 2001 From: ossian Date: Sun, 31 Jul 2022 15:56:09 -0400 Subject: [PATCH] Update Cargo.toml --- ic-kit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ic-kit/Cargo.toml b/ic-kit/Cargo.toml index 992ac51..76ebf91 100644 --- a/ic-kit/Cargo.toml +++ b/ic-kit/Cargo.toml @@ -2,7 +2,7 @@ name = "ic-kit" version = "0.4.8" description = "Testable Canister Developer Kit for the Internet Computer." -authors = ["Parsa Ghadimi "] +authors = ["Parsa Ghadimi ", "Ossian Mapes "] edition = "2018" license = "Apache-2.0" repository = "https://github.com/Psychedelic/ic-kit"