diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-17 12:44:48 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-17 12:44:48 +0800 |
| commit | 15832a893383a850c9d032ab1620661b0121f247 (patch) | |
| tree | 036356f9fefd7d4ca7ad97d893aad0c632910efc /crates/utils/tcp_connection/tcp_connection_test/Cargo.toml | |
| parent | bdaab12e6ece9e1c1a0f444ccd890ba47b49789f (diff) | |
Update examples
Diffstat (limited to 'crates/utils/tcp_connection/tcp_connection_test/Cargo.toml')
| -rw-r--r-- | crates/utils/tcp_connection/tcp_connection_test/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/utils/tcp_connection/tcp_connection_test/Cargo.toml b/crates/utils/tcp_connection/tcp_connection_test/Cargo.toml index 54065ad..e4cba71 100644 --- a/crates/utils/tcp_connection/tcp_connection_test/Cargo.toml +++ b/crates/utils/tcp_connection/tcp_connection_test/Cargo.toml @@ -4,5 +4,5 @@ edition = "2024" version.workspace = true [dependencies] -tcp_connection = { path="../../tcp_connection" } -tokio = { version = "1.46.1", features = ["full"] }
\ No newline at end of file +tcp_connection = { path = "../../tcp_connection" } +tokio = { version = "1.46.1", features = ["full"] } |
