feat: init commit

This commit is contained in:
2021-05-22 13:35:39 +08:00
parent e4955ae65a
commit 0a35401532
11 changed files with 405 additions and 4 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "plist-tool"
version = "0.1.0"
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]
plist = "1.1.0"
clap = "2.33.3"
rust_util = "0.6.33"