-
- Downloads
Add feature to track allocations in libtock-rs and print statistics to the console.
... | ... | @@ -22,6 +22,7 @@ std = ["cbor/std", "crypto/std", "crypto/derive_debug"] |
debug_ctap = ["crypto/derive_debug"] | ||
with_ctap1 = ["crypto/with_ctap1"] | ||
panic_console = ["libtock/panic_console"] | ||
debug_allocations = ["libtock/debug_allocations"] | ||
[dev-dependencies] | ||
elf2tab = "0.4.0" | ||
... | ... |
Please register or sign in to comment