[package] name = "rust-hello-world" version = "0.1.0" authors = ["Christian Amsüss "] edition = "2018" resolver = "2" [lib] crate-type = ["staticlib"] [dependencies] riot-wrappers = "0.7"