25 lines
551 B
TOML
25 lines
551 B
TOML
[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"
|
|
blake3 = "1.0.0"
|
|
fltk = "1.3.24"
|
|
ptth_quic = { path = "../ptth_quic" }
|
|
quinn = "0.9.3"
|
|
rand = "0.8.4"
|
|
rand_chacha = "0.3.1"
|
|
reqwest = "0.11.4"
|
|
rmp-serde = "0.15.5"
|
|
serde = "1.0.130"
|
|
structopt = "0.3.20"
|
|
tokio = { version = "1.8.1", features = ["full"] }
|
|
tracing-subscriber = "0.2.16"
|
|
tracing = "0.1.25"
|