diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9c14d38b..4d665a8a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -119,3 +119,6 @@ ws_stream_wasm = "0.7.4" tokio = { version = "1.27.0", default-features = false, features = ["macros", "io-util", "io-std", "fs", "rt-multi-thread"] } tokio-tungstenite = { version = "0.18.0", optional = true } uuid = { version = "1.3.1", features = ["serde", "v4", "v7"] } + +[lib] +bench = false \ No newline at end of file