chore: clean up

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-02 22:16:15 +02:00
parent c3ab28a4de
commit 7777dcaa44
9 changed files with 120 additions and 55 deletions

View File

@@ -3,12 +3,6 @@ name = "crunch-envelope"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bench]]
name = "envelope_benchmark"
harness = false
[features]
default = ["proto"]
json = ["dep:serde", "dep:serde_json", "dep:base64"]