diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-02 22:46:31 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-02 22:46:31 -0400 |
commit | 024fc1503cb73e538dcd05258a6a63059029a48f (patch) | |
tree | 55f02e523b0f59cc5bd7382df3f5473d3f2f8986 /usb-host/Cargo.toml | |
parent | f560a4e9ce76aca32765409f53b570bf0e3c6b4c (diff) | |
download | samd21-demo-024fc1503cb73e538dcd05258a6a63059029a48f.tar.gz samd21-demo-024fc1503cb73e538dcd05258a6a63059029a48f.zip |
Add traits for host controller and driver.
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" |