diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |