aboutsummaryrefslogtreecommitdiffstats
path: root/usbh/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'usbh/Cargo.toml')
-rw-r--r--usbh/Cargo.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/usbh/Cargo.toml b/usbh/Cargo.toml
deleted file mode 100644
index ecbd6c5..0000000
--- a/usbh/Cargo.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-[package]
-name = "usbh"
-version = "0.1.0"
-authors = ["Brian Cully <bjc@kublai.com>"]
-edition = "2018"
-license = "GPL-3.0-or-later"
-
-[dependencies]
-rb = { path = "../rb" }
-atsamd-hal = { path = "../../atsamd/hal" }
-embedded-hal = "~0.2"
-log = "~0.4"
-vcell = "~0.1"
-
-[features]
-default = ["atsamd-hal/samd21e18a"]