[package] name = "openthread-rust" version = "0.1.4" authors = ["Markus Becker "] edition = "2018" license = "BSD-3-Clause" description = "Sample for Rust bindings for OpenThread" keywords = ["openthread", "thread"] categories = ["external-ffi-bindings", "embedded"] # TODO: add no-std to categories, when done homepage = "https://gitlab.com/markushx/opentrust/" repository = "https://gitlab.com/markushx/opentrust/" readme = "README.md" [dependencies] openthread-sys = "0.1.4" #openthread-sys = { git = "https://gitlab.com/markushx/opentrust/" } #openthread-sys = { path = "../openthread-sys" } #openthread-sys = { path = "../openthread-sys/target/package/openthread-sys-0.1.4" } [badges] gitlab = { repository = "https://gitlab.com/markushx/opentrust" } maintenance = { status = "experimental" }