ptth/crates/ptth_server_gui/Cargo.toml

16 lines
285 B
TOML

[package]
name = "ptth_server_gui"
version = "0.1.0"
authors = ["Trish"]
edition = "2018"
[dependencies]
anyhow = "1.0.38"
fltk = "1.0.1"
tokio = "1.4.0"
tracing = "0.1.25"
tracing-subscriber = "0.2.16"
ptth_core = { path = "../ptth_core" }
ptth_server = { path = "../ptth_server" }