aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d87b700..d7c40e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,6 +46,9 @@ lazy_static = "1.4.0"
# Web
reqwest = { version = "0.11.9", features = ["json"] }
+# Allocator
+wee_alloc = "0.4.5"
+
[build-dependencies]
# Build variables
vergen = "7.0.0"