diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-08 11:58:49 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-08 11:58:49 +0200 |
| commit | 9204e472e4f714c84237bca5ebe740080a589917 (patch) | |
| tree | d17f31240b24fcb2c47eec21edf6a9f512d80123 /crates/rocie-server/Cargo.toml | |
| parent | feat(crates/rocie-server/unit-property): Init (diff) | |
| download | server-9204e472e4f714c84237bca5ebe740080a589917.zip | |
test(crates/rocie-server/testenv/init): Automatically choose the port and wait for server start
This avoids issues regarding a race condition between server start and our start of requests and removes the requirement for specifying free ports in the test files.
Diffstat (limited to 'crates/rocie-server/Cargo.toml')
| -rw-r--r-- | crates/rocie-server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rocie-server/Cargo.toml b/crates/rocie-server/Cargo.toml index 2ea5f3d..d8c5332 100644 --- a/crates/rocie-server/Cargo.toml +++ b/crates/rocie-server/Cargo.toml @@ -31,6 +31,7 @@ rocie-client.workspace = true tokio.workspace = true [dependencies] +actix-cors = "0.7.1" actix-web = "4.11.0" chrono = "0.4.41" clap = { version = "4.5.45", features = ["derive", "env"] } |
