diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-07 16:16:07 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-02-12 10:15:09 +0100 |
| commit | 597a54a9e65b932c8dfaa9d8491da7eaa27eee96 (patch) | |
| tree | 721e0d0a69957efd4cec72f3d4a2955884c3ed39 /test | |
| parent | 5265d3c40c36f4df705d2bc4e47a0b07c4442d61 (diff) | |
| download | mullvadvpn-597a54a9e65b932c8dfaa9d8491da7eaa27eee96.tar.xz mullvadvpn-597a54a9e65b932c8dfaa9d8491da7eaa27eee96.zip | |
Format `.toml` files
Diffstat (limited to 'test')
| -rw-r--r-- | test/Cargo.toml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml index ed84327bf9..cc14ef15c8 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -8,11 +8,11 @@ rust-version = "1.80.0" [workspace] resolver = "2" members = [ - "test-manager", - "test-runner", - "test-rpc", - "socks-server", - "connection-checker", + "test-manager", + "test-runner", + "test-rpc", + "socks-server", + "connection-checker", ] # Keep all lints in sync with `../Cargo.toml` @@ -60,7 +60,11 @@ tower = "0.5.1" prost = "0.13.3" prost-types = "0.13.3" tarpc = { version = "0.30", features = ["tokio1", "serde-transport", "serde1"] } -hyper-util = {version = "0.1.8", features = ["client", "client-legacy", "http2"]} +hyper-util = { version = "0.1.8", features = [ + "client", + "client-legacy", + "http2", +] } # Logging env_logger = "0.11.0" |
