diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,17 +1,20 @@ [package] name = "arduino-uno-template" version = "0.0.0" -authors = ["Gustav Sörnäs <gustav@sornas.net>"] edition = "2018" [dependencies] panic-halt = "0.2.0" +embedded-hal = "0.2.3" -[dependencies.arduino-uno] -git = "https://github.com/rahix/avr-hal" -rev = "a202778" +[dependencies.arduino-hal] +git = "https://github.com/Rahix/avr-hal" +rev = "c9b92686c019351f48ad41f093fa15a9d2f25542" +features = ["arduino-uno"] + +[dependencies.avr-device] +version = "0.3" -# Configure the build for minimal size [profile.dev] panic = "abort" lto = true |
