From 0c1dbf04d5f85bb2ad8c2c1034753f64f3ee5a35 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Tue, 19 Nov 2024 00:49:46 +0800 Subject: [PATCH] feat: update cargo --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9646fd1..c92b63d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "encode" version = "0.1.2" edition = "2021" +license = "MIT" +description = "Enocode tool, support base58/base64/hex" [dependencies] base58 = "0.2"