-
- Downloads
screw it, use builtin alloc
... | ... | @@ -10,16 +10,17 @@ license = "Apache-2.0" |
edition = "2018" | ||
[dependencies] | ||
libtock = { path = "third_party/libtock-rs" } | ||
libtock = { path = "third_party/libtock-rs", features = ["alloc"]} | ||
cbor = { path = "libraries/cbor" } | ||
crypto = { path = "libraries/crypto" } | ||
byteorder = { version = "1", default-features = false } | ||
arrayref = "0.3.6" | ||
subtle = { version = "2.2", default-features = false, features = ["nightly"] } | ||
linked_list_allocator = { version = "0.8.1", default-features = false } | ||
#linked_list_allocator = { version = "0.8.1", default-features = false } | ||
[features] | ||
#debug_allocations = ["libtock/debug_allocations"] | ||
#alloc = ["libtock/alloc"] | ||
debug_ctap = ["crypto/derive_debug"] | ||
#panic_console = ["libtock/panic_console"] | ||
std = ["cbor/std", "crypto/std", "crypto/derive_debug"] | ||
... | ... |
src/allocator.rs
deleted
100644 → 0
Please register or sign in to comment