mirror of
https://github.com/dndx/phantun.git
synced 2025-08-28 02:47:27 +08:00
* chore(cargo): bump to Rust edition 2024 and move shared dependency into workspace `Cargo.toml` * style(phantun): use Rust 2024 `&&` combination for `if let`
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"
|