feat: with envelope tests

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-18 21:25:45 +02:00
parent 795d009cd0
commit d4d5374392
5 changed files with 46 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ edition = "2021"
name = "envelope_benchmark"
harness = false
[profile.bench]
debug = true
[features]
default = ["json"]
json = ["dep:serde", "dep:serde_json", "dep:base64"]