summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index 6ea7014..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[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"