feat: v0.2.0 - add restart command

This commit is contained in:
2020-10-06 23:05:04 +08:00
parent ce18fe0ebe
commit 4e50293c07
4 changed files with 51 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "keeprunningd"
version = "0.1.0"
version = "0.2.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -14,6 +14,7 @@ argparse = "0.2.2"
rust_util = "0.6.3"
dingtalk = "1.3.2"
chrono = "0.4.11"
lazy_static = "1.4.0"
# log = "0.4.8"
[profile.release]