diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-11 19:01:34 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-11 19:01:34 -0400 |
commit | 7fdc6a2c1b5799221f5d89d5f935cfe7dad4ccd2 (patch) | |
tree | 3ac13da04997361ddb688d2f666298d075aa14e2 /Cargo.toml | |
parent | cceebb087a7a8afc41e0523f6e98be2301ff3af1 (diff) | |
download | bleusb-7fdc6a2c1b5799221f5d89d5f935cfe7dad4ccd2.tar.gz bleusb-7fdc6a2c1b5799221f5d89d5f935cfe7dad4ccd2.zip |
Move usb controller stuff to usb directory.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index d5535a9..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,36 +0,0 @@ -[package] -name = "bleusb" -description = "Send boot keyboard reports over I²C." -version = "0.1.0" -authors = ["Brian Cully <bjc@kublai.com>"] -edition = "2018" -license = "GPL-3.0-or-later" -repository = "https://github.com/bjc/bleusb.git" - -[dependencies] -embedded-hal = "0.2" -trinket_m0 = "0.4" -log = "0.4" -starb = "0.1" -clint = "0.2" -nb = "0.1" -cortex-m = "0.6" -cortex-m-rt = "0.6" -smart-leds-trait = "0.2" -smart-leds = "0.2" -apa102-spi = "0.2" -usb-host = "0.1" -bootkbd = "0.1" -atsamd-usb-host = { git = "https://github.com/bjc/atsamd-usb-host.git", rev = "385efdf53fa3fe38591f22d01edf75d3087c2326" } -# atsamd-usb-host = { path = "../usbh/atsamd-usb-host" } - -[patch.crates-io] -bootkbd = { git = "https://github.com/bjc/bootkbd.git", rev = "49827fce5adbaf636b893919f31c0dbd97bb3eb4" } -usb-host = { git = "https://github.com/bjc/usb-host.git", rev = "b0be48424e81384de3280b5a5ac521d694b82e15" } -trinket_m0 = { git = "https://github.com/atsamd-rs/atsamd.git", rev = "53f8d846e40715c8592d171d9a57b66ee303207a" } -# trinket_m0 = { path = "../usbh/atsamd/boards/trinket_m0" } -# bootkbd = { path = "../usbh/bootkbd" } -# usb-host = { path = "../usbh/usb-host" } - -[features] -default = ["atsamd-usb-host/samd21e18a"] |