From be62f065a62048b798e8bb2b8e3699bdd5b6d517 Mon Sep 17 00:00:00 2001 From: zirkonya Date: Tue, 1 Sep 2026 09:51:18 +0200 Subject: add proc macros ; benchmark ; example --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6295036..437e0af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,16 @@ tokio = { version = "1.53.1", optional = true } # Macros zr_protocol_macros = { version = "0.1.0", path = "macros", optional = true } +[dev-dependencies] +criterion = "0.5" + +[[bench]] +name = "codec_bench" +harness = false +required-features = ["macros"] + [features] +default = ["macros"] # Macros macros = ["dep:zr_protocol_macros"] # Runtime -- cgit v1.2.3