mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-20 02:04:07 +00:00
d43150821c
Manual interop testing has been obsoleted by e.g. https://github.com/marten-seemann/quic-interop-runner
10 lines
220 B
TOML
10 lines
220 B
TOML
[workspace]
|
|
members = ["quinn", "quinn-proto", "quinn-udp", "bench", "perf", "fuzz"]
|
|
default-members = ["quinn", "quinn-proto", "quinn-udp", "bench", "perf"]
|
|
|
|
[profile.bench]
|
|
debug = true
|
|
|
|
[profile.release]
|
|
debug = true
|