use local crate
This commit is contained in:
parent
666a40a393
commit
9987dfb698
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ authors = ["Julian Gaal <juliangaal@protonmail.com>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
mpu6050 = "0.1.0"
|
||||
mpu6050 = { path = "../../" }
|
||||
i2cdev = "0.4.1"
|
||||
linux-embedded-hal = "0.2.2"
|
||||
|
|
Loading…
Reference in a new issue