[package] name = "itsybitsy_m0_lights" version = "0.1.0" authors = ["Tangent 128 "] edition = "2018" [dependencies] cortex-m = { version = "0.7.7" } itsybitsy_m0 = "0.13.1" lights = { path = "../lights" } panic-halt = "0.2"