aboutsummaryrefslogtreecommitdiff
path: root/homogeneous/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'homogeneous/Cargo.toml')
-rw-r--r--homogeneous/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/homogeneous/Cargo.toml b/homogeneous/Cargo.toml
deleted file mode 100644
index 111fe5d..0000000
--- a/homogeneous/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[package]
-authors = ["Jorge Aparicio <jorge@japaric.io>"]
-edition = "2018"
-name = "homogeneous"
-# this crate is only used for testing
-publish = false
-version = "0.0.0-alpha.0"
-
-[dependencies]
-bare-metal = "0.2.4"
-
-[dependencies.cortex-m-rtic]
-path = ".."
-features = ["homogeneous"]
-
-[dev-dependencies]
-panic-halt = "0.2.0"