25 lines
561 B
TOML
25 lines
561 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.32.0", features = ["full"] }
|
|
tracing = "0.1.25"
|
|
tracing-futures = "0.2.5"
|