speedtest-rs/Cargo.toml

16 lines
412 B
TOML
Raw Normal View History

2021-10-03 11:13:07 +02:00
[package]
name = "speedtest-rs"
version = "0.1.0"
edition = "2018"
2021-10-03 16:59:30 +02:00
license = "LGPL-3.0+"
2021-10-03 11:13:07 +02:00
[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"