2021-07-11 15:59:48 +00:00
|
|
|
[package]
|
|
|
|
name = "ptth_server_gui"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Trish"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2023-01-07 00:10:11 +00:00
|
|
|
repository = "https://six-five-six-four.com/git/reactor/ptth"
|
|
|
|
|
2021-07-11 15:59:48 +00:00
|
|
|
[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"]}
|
2022-04-11 21:56:59 +00:00
|
|
|
tokio = "1.17.0"
|
2021-07-11 15:59:48 +00:00
|
|
|
tracing = "0.1.25"
|
|
|
|
tracing-subscriber = "0.2.16"
|
|
|
|
|
|
|
|
ptth_core = { path = "../ptth_core" }
|
|
|
|
ptth_server = { path = "../ptth_server" }
|