From 7d5bb125ba9510ec6d5767d9064cc870614fd9f5 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Thu, 12 Dec 2019 00:59:59 +0800 Subject: [PATCH] add desc, license --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d1bee00..2a42272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "rust_util" version = "0.1.0" authors = ["Hatter Jiang "] edition = "2018" +description = "Hatter's Rust Util" +license = "MIT" [dependencies] libc = "0.2.65"