From 465ec0011132f4e444163a2f59ebb288329e6e63 Mon Sep 17 00:00:00 2001 From: larry <26318510+larry0x@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:14:35 +0000 Subject: [PATCH] update cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e6dde2c..8d0cd5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "cw-asset" -description = "Helper library for interacting with Cosmos assets (native coins and CW20s)" +description = "Helper library for interacting with Cosmos assets (native coins and CW20 tokens)" version = "3.0.0" -authors = ["larry "] +authors = ["Larry Engineer "] edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/mars-protocol/cw-asset"