ptth/crates/ptth_server_gui/Cargo.toml

17 lines
338 B
TOML
Raw Normal View History

[package]
name = "ptth_server_gui"
version = "0.1.0"
authors = ["Trish"]
edition = "2018"
[dependencies]
anyhow = "1.0.38"
2022-03-25 19:42:50 +00:00
fltk = "1.3.1"
2021-07-12 01:01:47 +00:00
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" }