dndx-phantun/Cargo.toml
2025-08-22 09:16:22 -07:00

12 lines
156 B
TOML

[workspace]
resolver = "3"
members = [
"fake-tcp",
"phantun",
]
[workspace.dependencies]
tokio = { version = "1", features = ["full"] }
log = "0"