mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 12:13:05 +00:00
12 lines
261 B
TOML
12 lines
261 B
TOML
[workspace]
|
|
members = ["quinn", "quinn-proto", "quinn-h3", "interop", "bench"]
|
|
|
|
[profile.bench]
|
|
debug = true
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|
|
[patch.crates-io]
|
|
rustls = { git = "https://github.com/ctz/rustls", rev = "46c259bd8e28dcfca6c1934aabb58a0da0736cb7" }
|