diff options
Diffstat (limited to 'usb-host/Cargo.toml')
-rw-r--r-- | usb-host/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usb-host/Cargo.toml b/usb-host/Cargo.toml new file mode 100644 index 0000000..69d1e02 --- /dev/null +++ b/usb-host/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "usb-host" +version = "0.1.0" +authors = ["Brian Cully <bjc@kublai.com>"] +edition = "2018" +license = "GPL-3.0-or-later" |