ptth/crates/ptth_core/Cargo.toml

25 lines
560 B
TOML

[package]
name = "ptth_core"
version = "2.0.0"
authors = ["Trish"]
edition = "2018"
license = "AGPL-3.0"
description = "Common code for the PTTH relay and server"
repository = "https://six-five-six-four.com/git/reactor/ptth"
[dependencies]
anyhow = "1.0.38"
base64 = "0.13.0"
ctrlc = { version = "3.1.8", features = [ "termination" ] }
futures = "0.3.7"
hyper = "0.14.4"
rand = "0.8.3"
serde = {version = "1.0.124", features = ["derive"]}
thiserror = "1.0.24"
tokio = { version = "1.8.1", features = ["full"] }
tracing = "0.1.25"
tracing-futures = "0.2.5"