diff options
Diffstat (limited to 'server/replaytool/Cargo.toml')
| -rw-r--r-- | server/replaytool/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/replaytool/Cargo.toml b/server/replaytool/Cargo.toml index cc13b4a9..b3055704 100644 --- a/server/replaytool/Cargo.toml +++ b/server/replaytool/Cargo.toml @@ -19,3 +19,4 @@ async-compression = { version = "0.4.30", features = ["zstd", "tokio"] } rustls = { version = "0.23.31", features = ["ring"] } hurrycurry-protocol = { path = "../protocol" } +rand = "0.10.0" |