17 lines
339 B
TOML
17 lines
339 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.17.0"
|
|
tracing = "0.1.25"
|
|
tracing-subscriber = "0.2.16"
|
|
|
|
ptth_core = { path = "../ptth_core" }
|
|
ptth_server = { path = "../ptth_server" }
|