22 lines
499 B
TOML
22 lines
499 B
TOML
[package]
|
|
|
|
name = "ptth_core"
|
|
version = "1.1.0"
|
|
authors = ["Trish"]
|
|
edition = "2018"
|
|
license = "AGPL-3.0"
|
|
|
|
description = "Common code for the PTTH relay and server"
|
|
repository = "https://github.com/ReactorScram/ptth"
|
|
|
|
[dependencies]
|
|
|
|
ctrlc = { version = "3.1.8", features = [ "termination" ] }
|
|
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"
|