Preparation for #1878 - microbenchmarks. (#1894)

This commit is contained in:
Finn Bear 2023-04-30 15:50:33 -07:00 committed by GitHub
parent 357a5320ef
commit a76910e826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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