summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-02-24 19:17:46 +0100
committerGitHub <noreply@github.com>2024-02-24 19:17:46 +0100
commitbf30b77a5ce9dd4921c2488b86d146d3d5d7ce38 (patch)
tree2bb8e5261daaf4d63327457f911acb4e119fa67d /Cargo.toml
parent7f99f964f74f7e77203bd505e69411af6dcae040 (diff)
perf: reduce block overhead (#3)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7e85d93..68c0b5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,6 +30,7 @@ test=false
color-eyre="0.6"
tinywasm={path="crates/tinywasm", features=["unsafe"]}
wat={version="1.0"}
+pretty_env_logger="0.5"
[profile.bench]
opt-level=3