feat: init template

This commit is contained in:
2020-11-21 23:15:22 +08:00
parent bb4695fb98
commit 9ce44ce6d5
8 changed files with 125 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "{{project_name}}"
version = "0.0.1"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33"
toml = "0.5"
rust_util = "0.6"