mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
72e4c1803f
Unlike the hello-world example (that is largely identical), this gets run during CI.
13 lines
204 B
TOML
13 lines
204 B
TOML
[package]
|
|
name = "rust-minimal"
|
|
version = "0.1.0"
|
|
authors = ["Christian Amsüss <chrysn@fsfe.org>"]
|
|
edition = "2018"
|
|
resolver = "2"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
riot-wrappers = "0.7"
|