From 31efcc0c32c04eba8711891cce3a015e00c8955e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 21 Sep 2025 16:18:40 +0800 Subject: Update Cargo.toml --- crates/utils/tcp_connection/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crates/utils/tcp_connection/Cargo.toml b/crates/utils/tcp_connection/Cargo.toml index 3812e1d..31b192a 100644 --- a/crates/utils/tcp_connection/Cargo.toml +++ b/crates/utils/tcp_connection/Cargo.toml @@ -9,3 +9,12 @@ tokio = { version = "1.46.1", features = ["full"] } # Serialization serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" + +# Uuid & Random +uuid = "1.18.1" + +rsa = { version = "0.9", features = ["pkcs5", "sha2"] } +ed25519-dalek = "3.0.0-pre.1" +ring = "0.17.14" +rand = "0.10.0-rc.0" +base64 = "0.21.7" -- cgit