From a66e8eb8ed619b5178b45d9dcaa768a68bc83c58 Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Thu, 14 Oct 2021 00:10:43 +0530 Subject: [PATCH] Add name to authors --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6dc768..f5ddd3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uniffi_bdk" version = "0.1.0" -authors = ["Steve Myers ", ""] +authors = ["Steve Myers ", "Sudarsan Balaji "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html