Skip to content

Commit 0596904

Browse files
committed
Move the allowed_clients implementation to a separate structure
1 parent f767bc0 commit 0596904

File tree

8 files changed

+792
-725
lines changed

8 files changed

+792
-725
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mullvad-api/Cargo.toml

+11-10
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ log = { workspace = true }
3030
serde = { workspace = true }
3131
serde_json = { workspace = true }
3232
tokio = { workspace = true, features = [
33-
"macros",
34-
"time",
35-
"rt-multi-thread",
36-
"net",
37-
"io-std",
38-
"io-util",
39-
"fs",
33+
"macros",
34+
"time",
35+
"rt-multi-thread",
36+
"net",
37+
"io-std",
38+
"io-util",
39+
"fs",
4040
] }
4141
tokio-rustls = { version = "0.26.0", features = [
42-
"logging",
43-
"tls12",
44-
"ring",
42+
"logging",
43+
"tls12",
44+
"ring",
4545
], default-features = false }
4646
tokio-socks = "0.5.1"
4747
rustls-pemfile = "2.1.3"
@@ -52,6 +52,7 @@ mullvad-fs = { path = "../mullvad-fs" }
5252
mullvad-types = { path = "../mullvad-types" }
5353
talpid-types = { path = "../talpid-types" }
5454
talpid-time = { path = "../talpid-time" }
55+
mullvad-relay-selector = { path = "../mullvad-relay-selector" }
5556

5657
shadowsocks = { workspace = true, features = ["stream-cipher"] }
5758

0 commit comments

Comments
 (0)