diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-21 16:18:40 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-21 16:18:40 +0800 |
| commit | 31efcc0c32c04eba8711891cce3a015e00c8955e (patch) | |
| tree | 67aac9e7fd9420a75d0c992ae95788c58646103e /crates/utils/tcp_connection | |
| parent | 38678f6ac46c36d41f45642cf3e0d9619ae939f9 (diff) | |
Update Cargo.toml
Diffstat (limited to 'crates/utils/tcp_connection')
| -rw-r--r-- | crates/utils/tcp_connection/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
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" |
