panres/Cargo.toml

15 lines
241 B
TOML
Raw Normal View History

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