summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 8 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 84e5b4d..c701e20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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