dndx-phantun/Cargo.toml
Datong Sun 66de44e32f
Some checks are pending
Docker image build / build (push) Waiting to run
Rust / build (push) Waiting to run
chore(cargo): bump to Rust edition 2024 (#223)
* chore(cargo): bump to Rust edition 2024 and move shared dependency into
workspace `Cargo.toml`

* style(phantun): use Rust 2024 `&&` combination for `if let`
2025-08-23 00:20:07 +08:00

12 lines
156 B
TOML

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