opentally-server/Cargo.toml

19 lines
434 B
TOML
Raw Permalink 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"
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-03-13 21:19:14 +00:00
ctrlc = "3.1.1"
serde = { version = "1.0", features = ["derive"]}
2019-03-21 00:59:32 +00:00
serde_json = "1.0"
byteorder = "1.3.1"