speedtest-rs/Cargo.toml
2022-10-10 21:20:08 +02:00

14 lines
321 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 = ["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"