opentally-server/Cargo.toml

16 lines
330 B
TOML
Raw Normal View History

2019-02-10 15:53:15 +00:00
[package]
name = "opentally-server"
version = "0.1.0"
authors = ["Sam Willcocks <sam@wlcx.cc>"]
edition = "2018"
[dependencies]
rand = "0.6.5"
typed-html = "0.1.1"
warp = "0.1.13"
futures = "0.1.25"
log = "0.4.6"
simplelog = "0.5.3"
crossbeam-channel = "0.3.8"
ctrlc = "3.1.1"
tokio = "0.1.15"