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"