Skip to content
Snippets Groups Projects
Commit 5520782f authored by koenigl's avatar koenigl
Browse files

disable features not exposed by vanilla libtock

parent b3a69612
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@ arrayref = "0.3.6"
subtle = { version = "2.2", default-features = false, features = ["nightly"] }
[features]
debug_allocations = ["libtock/debug_allocations"]
#debug_allocations = ["libtock/debug_allocations"]
debug_ctap = ["crypto/derive_debug"]
panic_console = ["libtock/panic_console"]
#panic_console = ["libtock/panic_console"]
std = ["cbor/std", "crypto/std", "crypto/derive_debug"]
ram_storage = []
verbose = ["debug_ctap"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment