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"