diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 8a848e9..b4e4499 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" [dependencies] futures-util = "0.3" rand = { version = "0.8.5", features = ["std", "std_rng"] } +safe-transmute = "0.11.3" tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread", "net", "io-util", "sync", "time", "process"] } tokio-postgres = { version = "0.7.11", features = ["array-impls"] } tokio-tungstenite = "0.23.1" tungstenite = "0.23.0" -zerocopy = "0.7.35" |