blob: f0477eb7fb75f7f5cbe47f0bf7df06bd07b309ba [file]
[package]
name = "libtock-core"
version = "0.1.0"
authors = ["Tock Project Developers <tock-dev@googlegroups.com>"]
edition = "2018"
[features]
alloc = [ "linked_list_allocator" ]
custom_panic_handler = []
custom_alloc_error_handler = []
[dependencies]
linked_list_allocator = { optional = true, version = "=0.6.5", default-features = false }
[[example]]
name = "custom_panic"
path = "examples/custom_handler.rs"
required-features = ["custom_panic_handler"]