summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e486b01fa309460b1dfc83692aaf267a90176dd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "evr"
version = "0.1.0"
authors = ["syn <isaqtm@gmail.com>"]
edition = "2018"


[dependencies]
clap = "2.33"
structopt = "0.3"
serde = "1"
toml = "0.5"
serde_derive = "1"
log = "0.4"
env_logger = "0.7.1"
wait-timeout = "0.1.5"