printerfacts/Cargo.toml

19 lines
445 B
TOML
Raw Normal View History

2020-05-13 20:38:16 +00:00
[package]
name = "printerfacts"
version = "0.1.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-07-09 22:19:03 +00:00
anyhow = "1"
handlebars = "3.2.1"
2020-07-09 21:07:01 +00:00
log = "0"
2020-05-15 13:16:16 +00:00
pfacts = "0.1.0"
2020-07-09 21:07:01 +00:00
pretty_env_logger = "0"
2020-05-13 20:38:16 +00:00
rand = "0"
2020-07-09 22:19:03 +00:00
serde = { version = "1", features = ["derive"] }
2020-05-13 20:38:16 +00:00
tokio = { version = "0.2", features = ["macros"] }
warp = "0.2"