panres/Cargo.toml

15 lines
241 B
TOML
Raw Normal View History

2019-05-05 20:27:01 -07:00
[package]
name = "panres"
version = "0.1.0"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
[dependencies]
2019-08-30 14:50:10 -07:00
tera = "1.0.0-beta.13"
2019-05-05 20:27:01 -07:00
clap = "2"
2019-05-11 08:44:26 -07:00
serde = "1"
serde_json = "1.0"
2020-07-23 19:04:24 -07:00
json5 = "0.2.8"
2020-07-23 16:19:38 -07:00
notify = "5.0.0-pre.3"
2019-08-30 14:50:10 -07:00
crossbeam = "0.7"