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

first commit

This commit is contained in:
2019-07-21 12:35:18 +08:00
parent a5429d54fb
commit 8dd2f04260
4 changed files with 336 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "rust_util"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
[dependencies]
term = "0.5.2"