diff --git a/wtransport/Cargo.toml b/wtransport/Cargo.toml index 7d4c3786..c631de97 100644 --- a/wtransport/Cargo.toml +++ b/wtransport/Cargo.toml @@ -12,6 +12,9 @@ readme = "../README.md" workspace = ".." rust-version = "1.70" +[lib] +bench = false + [[example]] name = "client" required-features = ["dangerous-configuration"]