Files
noq/Cargo.toml
T
2020-05-24 11:03:11 -07:00

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" }