1
Fork 0
mpu6050/Cargo.toml
2019-05-16 13:09:30 +02:00

19 lines
423 B
TOML

[package]
name = "mpu6050"
version = "0.1.2"
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.1.2"
[dependencies.nalgebra]
default-features = false
version = "0.18"