mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
470 B
TOML
15 lines
470 B
TOML
[package]
|
|
name = "rust_riotmodules"
|
|
version = "0.1.0"
|
|
authors = ["Christian Amsüss <chrysn@fsfe.org>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
|
|
[dependencies]
|
|
# The list contains all modules available in RIOT, and should eventually be
|
|
# autogenerated (or at least automatically checked for consistency).
|
|
|
|
riot-module-lsm303agr = { path = "../../drivers/lsm303agr", optional = true }
|
|
riot-module-shell-democommands = { path = "../../sys/shell/democommands", optional = true }
|