1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/lsm303agr/Cargo.toml
chrysn 841e4deee5 lsm303agr: New sensor driver using external Rust crate
It is enabled by saul_default on microbit-v2.

Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
2022-07-10 21:27:12 +02:00

18 lines
381 B
TOML

[package]
name = "riot-module-lsm303agr"
version = "0.1.0"
edition = "2021"
authors = ["Christian Amsüss <chrysn@fsfe.org>"]
license = "LGPL-2.1-only"
# Shipped with RIOT-OS; this has no external API that would make
# sense to consume in any context than from within RIOT
publish = false
[dependencies]
lsm303agr = "^0.2"
riot-wrappers = "^0.7.17"
# Whatever lsm uses
nb = "*"