aboutsummaryrefslogtreecommitdiff
path: root/heterogeneous/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 /heterogeneous/Cargo.toml
parentd06cf91acc1126e66002f8884b1e7b7a65a9b24a (diff)
Remove all of heterogeneous and homogeneous modules
Diffstat (limited to 'heterogeneous/Cargo.toml')
-rw-r--r--heterogeneous/Cargo.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/heterogeneous/Cargo.toml b/heterogeneous/Cargo.toml
deleted file mode 100644
index 54808a2..0000000
--- a/heterogeneous/Cargo.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-[package]
-authors = ["Jorge Aparicio <jorge@japaric.io>"]
-edition = "2018"
-name = "heterogeneous"
-# 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 = ["heterogeneous"]
-
-[dev-dependencies]
-panic-halt = "0.2.0"
-microamp = "0.1.0-alpha.1"