1
Fork 0

prep for crates.io

This commit is contained in:
Julian Gaal 2019-04-16 00:39:20 +02:00
parent c3bc01c12f
commit 403b76a77a

View file

@ -4,6 +4,12 @@ version = "0.1.0"
authors = ["Julian Gaal <gjulian@uos.de>"] authors = ["Julian Gaal <gjulian@uos.de>"]
edition = "2018" edition = "2018"
description = "Platform agnostic driver for MPU6050 6-axis IMU"
repository = "https://github.com/juliangaal/mpu6050"
readme = "https://github.com/juliangaal/mpu6050/README.md"
keywords = ["mpu6050", "imu", "rust embedded"]
license = "The Unlicense"
[dependencies] [dependencies]
i2cdev = "0.4.1" i2cdev = "0.4.1"
embedded-hal = "0.2.2" embedded-hal = "0.2.2"