18 lines
441 B
TOML
18 lines
441 B
TOML
[package]
|
|
name = "keeprunningd"
|
|
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]
|
|
tokio = { version = "0.2.6", features = ["full"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
argparse = "0.2.2"
|
|
rust_util = "0.2.5"
|
|
dingtalk = "1.3.2"
|
|
chrono = "0.4.11"
|
|
# log = "0.4.8"
|