Abandoned path. Senders can only be moved oncde.

This commit is contained in:
2025-03-26 17:42:34 -04:00
parent d824220fab
commit c9de11ff61
12 changed files with 1564 additions and 676 deletions

View File

@ -12,3 +12,6 @@ clap = { version = "4.5.1", features = ["derive"] }
rand = "0.8.5"
tokio = { version = "1.36.0", features = ["full"] }
uuid = { version = "1.8.0", features = ["v4"] }
[dev-dependencies]
tower = { version = "0.5.2", features = ["util"] }