ptth/crates/ptth_server_gui/Cargo.toml

17 lines
338 B
TOML

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