aboutsummaryrefslogtreecommitdiffstats
path: root/bootkbd/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bootkbd/Cargo.toml')
-rw-r--r--bootkbd/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bootkbd/Cargo.toml b/bootkbd/Cargo.toml
new file mode 100644
index 0000000..7b1b02d
--- /dev/null
+++ b/bootkbd/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "bootkbd"
+version = "0.1.0"
+authors = ["Brian Cully <bjc@kublai.com>"]
+edition = "2018"
+license = "GPL-3.0-or-later"
+
+[dependencies]
+usb-host = { path = "../usb-host" }
+log = "~0.4"
+