From f2e6181e1b7f586e24db23de0d397c0cf48d7d00 Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Tue, 16 Apr 2019 00:41:56 +0200 Subject: [PATCH] prep for crates.io - typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05a382d..4954223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ 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" +readme = "README.md" keywords = ["mpu6050", "imu", "rust embedded"] license = "The Unlicense"