opentally-server/Cargo.toml

17 lines
358 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"
2019-02-28 15:35:35 +00:00
actix-web = "0.7.18"
actix-net = "0.2.6"
actix = "0.7.4"
futures = "0.1.25"
log = "0.4.6"
simplelog = "0.5.3"
crossbeam-channel = "0.3.8"
2019-02-28 15:35:35 +00:00
ctrlc = "3.1.1"