1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 15:40:03 +08:00

add desc, license

This commit is contained in:
2019-12-12 00:59:59 +08:00
parent 9c1bed76d1
commit 7d5bb125ba

View File

@@ -3,6 +3,8 @@ name = "rust_util"
version = "0.1.0" version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"] authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018" edition = "2018"
description = "Hatter's Rust Util"
license = "MIT"
[dependencies] [dependencies]
libc = "0.2.65" libc = "0.2.65"