summaryrefslogtreecommitdiffhomepage
path: root/mullvad-relay-selector/Cargo.toml
blob: ec8943df0b5b06d91964924ba67c123b189485b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "mullvad-relay-selector"
description = "Mullvad VPN relay selector"
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[dependencies]
chrono = { workspace = true }
thiserror = { workspace = true }
ipnetwork = "0.16"
itertools = "0.12"
log = { workspace = true }
once_cell = { workspace = true }
rand = "0.8.5"
serde_json = "1.0"

talpid-types = { path = "../talpid-types" }
mullvad-types = { path = "../mullvad-types" }

[dev-dependencies]
proptest = { workspace = true }