summaryrefslogtreecommitdiff
path: root/blinky/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'blinky/Cargo.toml')
-rw-r--r--blinky/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/blinky/Cargo.toml b/blinky/Cargo.toml
new file mode 100644
index 0000000..6ea7014
--- /dev/null
+++ b/blinky/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "picofirst"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+cortex-m = "0.7.7"
+cortex-m-rt = "0.7.5"
+embedded-hal = "1.0.0"
+panic-halt = "1.0.0"
+rp-pico = "0.9.0"