mirror of
https://github.com/dndx/phantun.git
synced 2025-09-08 00:07:28 +08:00
12 lines
156 B
TOML
12 lines
156 B
TOML
[workspace]
|
|
resolver = "3"
|
|
|
|
members = [
|
|
"fake-tcp",
|
|
"phantun",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|
|
log = "0"
|