aboutsummaryrefslogtreecommitdiff
path: root/homogeneous/Cargo.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-09-01 17:09:25 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-09-01 17:48:53 +0000
commitd2151ccbf935da23d44c183f1ddb185c7ad83bfa (patch)
tree8136a672825057484e201aa8d2a609cf3773672a /homogeneous/Cargo.toml
parentd06cf91acc1126e66002f8884b1e7b7a65a9b24a (diff)
Remove all of heterogeneous and homogeneous modules
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"