ptth/crates/ptth_core/Cargo.toml

22 lines
499 B
TOML
Raw Normal View History

2020-11-27 00:03:11 +00:00
[package]
name = "ptth_core"
version = "1.1.0"
2020-11-27 00:03:11 +00:00
authors = ["Trish"]
edition = "2018"
license = "AGPL-3.0"
description = "Common code for the PTTH relay and server"
repository = "https://github.com/ReactorScram/ptth"
2020-11-27 00:03:11 +00:00
[dependencies]
ctrlc = { version = "3.1.8", features = [ "termination" ] }
2020-11-27 00:03:11 +00:00
futures = "0.3.7"
hyper = "0.14.4"
serde = {version = "1.0.124", features = ["derive"]}
thiserror = "1.0.24"
tokio = { version = "1.2.0", features = ["full"] }
tracing = "0.1.25"
tracing-futures = "0.2.5"