1
Fork 0
mpu6050/Cargo.toml
dependabot-preview[bot] 6e46ec1301
Update libm requirement from 0.1.3 to 0.2.1
Updates the requirements on [libm](https://github.com/rust-lang/libm) to permit the latest version.
- [Release notes](https://github.com/rust-lang/libm/releases)
- [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libm/compare/0.1.3...0.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11 14:24:53 +00:00

23 lines
491 B
TOML

[package]
name = "mpu6050"
version = "0.1.3"
authors = ["Julian Gaal <gjulian@uos.de>"]
edition = "2018"
description = "Platform agnostic driver for MPU6050 6-axis IMU"
repository = "https://github.com/juliangaal/mpu6050"
readme = "README.md"
keywords = ["mpu6050", "imu", "embedded"]
license = "MIT"
[dependencies]
embedded-hal = "0.2.2"
libm = "0.2.1"
[dependencies.nalgebra]
default-features = false
version = "0.18.0"
[dev-dependencies]
i2cdev = "0.4.2"
linux-embedded-hal = "0.2.2"