speedtest-rs/Cargo.toml
2021-10-04 00:59:30 +10:00

15 lines
412 B
TOML

[package]
name = "speedtest-rs"
version = "0.1.0"
edition = "2018"
license = "LGPL-3.0+"
[dependencies]
rocket = { version = "0.5.0-rc.1", features = ["json"] }
rand = { version = "0.8.4" }
rocket-client-addr = "0.5.0"
regex = "1.5.4"
ipinfo = "0.2.0"
serde_with = { version = "1.10.0", features = ["json"] }
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", rev = "a062933" }
dotenv = "0.15.0"