Add basic two-way junction
parents
No related branches found
No related tags found
.gitignore
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
[package] | |||
name = "tcpjunction" | |||
version = "0.1.0" | |||
edition = "2021" | |||
[dependencies] | |||
tokio = { version = "1.41.1", features = ["rt", "rt-multi-thread", "macros", "net", "io-util", "time"] } | |||
signal-hook = "0.3.17" |
src/main.rs
0 → 100644
Please register or sign in to comment