feat: init commit

This commit is contained in:
2021-08-29 23:24:03 +08:00
parent f906c5de7d
commit 02be0ceaf5
4 changed files with 521 additions and 4 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "watch-and-action"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
notify = "4.0"
rust_util = "0.6"
clap = "2.33"