mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
17 lines
No EOL
178 B
TOML
17 lines
No EOL
178 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"bittorrent_udp",
|
|
"aquatic",
|
|
]
|
|
|
|
[profile.dev]
|
|
debug = true
|
|
|
|
[profile.release]
|
|
debug = true
|
|
lto = true
|
|
|
|
[profile.bench]
|
|
opt-level = 3
|
|
lto = true |