[package] name = "ptth_quic_client_gui" version = "0.1.0" authors = ["Trish"] edition = "2018" license = "AGPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.38" fltk = "1.1.1" quic_demo = { path = "../quic_demo" } quinn = "0.7.2" structopt = "0.3.20" tokio = { version = "1.8.1", features = ["full"] } tracing-subscriber = "0.2.16" tracing = "0.1.25"