1
Fork 0

prep for crates.io - typo

This commit is contained in:
Julian Gaal 2019-04-16 00:41:56 +02:00
parent 0e8546ed61
commit f2e6181e1b

View file

@ -6,7 +6,7 @@ edition = "2018"
description = "Platform agnostic driver for MPU6050 6-axis IMU" description = "Platform agnostic driver for MPU6050 6-axis IMU"
repository = "https://github.com/juliangaal/mpu6050" repository = "https://github.com/juliangaal/mpu6050"
readme = "https://github.com/juliangaal/mpu6050/README.md" readme = "README.md"
keywords = ["mpu6050", "imu", "rust embedded"] keywords = ["mpu6050", "imu", "rust embedded"]
license = "The Unlicense" license = "The Unlicense"