From 403b76a77a9fba1e41ba4663404646e32157417e Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Tue, 16 Apr 2019 00:39:20 +0200 Subject: [PATCH] prep for crates.io --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1afcfd2..05a382d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,12 @@ version = "0.1.0" authors = ["Julian Gaal "] 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] i2cdev = "0.4.1" embedded-hal = "0.2.2"