1
Fork 0
mpu6050/Cargo.toml
dependabot[bot] 409fcf0cd1
Update nalgebra requirement from 0.24.1 to 0.31.2
Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version.
- [Release notes](https://github.com/dimforge/nalgebra/releases)
- [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/dimforge/nalgebra/compare/v0.24.1...v0.31.2)

---
updated-dependencies:
- dependency-name: nalgebra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 20:15:12 +00:00

23 lines
491 B
TOML

[package]
name = "mpu6050"
version = "0.1.5"
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.4"
libm = "0.2.1"
[dependencies.nalgebra]
default-features = false
version = "0.31.2"
[dev-dependencies]
i2cdev = "0.4.4"
linux-embedded-hal = "0.3.0"