diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-14 12:40:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-14 12:40:34 +0800 |
| commit | a3e13d09855e606a74081b2599f779d539ea5d0b (patch) | |
| tree | 816f16f04ff42605a8d2c43a2da03b8c7d093fb4 /Cargo.lock | |
| parent | 74b7dff67681191d580f663a866a84cdb4554be4 (diff) | |
Add workspace crates
1. Add `tcp_connection`
2. Add `tcp_connection_test`
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -405,6 +405,14 @@ dependencies = [ ] [[package]] +name = "tcp_connection_test" +version = "0.1.0" +dependencies = [ + "tcp_connection", + "tokio", +] + +[[package]] name = "tokio" version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
