speedtest-rs/Cargo.toml
Emmanuel Garette 83c90486d1 add tls support
2022-10-15 17:21:04 +02:00

14 lines
328 B
TOML

[package]
name = "speedtest-rs"
version = "1.0.0"
edition = "2021"
license = "LGPL-3.0+"
[dependencies]
rocket = { version = "0.5.0-rc.2", features = ["tls", "json"] }
rocket-client-addr = "0.5.2"
rand = { version = "0.8.5" }
regex = "1"
ipinfo = "0.3.1"
serde_with = { version = "2.0.1", features = ["json"] }
clap = "4.0.11"