[package] name = "mkl25z4-usbd" version = "0.1.0" authors = ["Mathias Gottschlag "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cortex-m = "0.6" mkl25z4 = { version = "0.0.3", features = ["rt"] } mkl25z4-hal = { git = "https://github.com/mgottschlag/mkl25z4-hal" } usb-device = "0.2.4"