cadey-printerfacts/Cargo.toml
Christine Dodrill 14b02a0f80 yolo
2020-05-15 09:16:16 -04:00

14 lines
328 B
TOML

[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]
pfacts = "0.1.0"
rand = "0"
tokio = { version = "0.2", features = ["macros"] }
warp = "0.2"