[package] name = "razorback" authors = ["Berkus Decker "] version = "0.1.0" edition = "2018" description = "Razorback FW" readme = "README.md" repository = "https://github.com/berkus/razorback/" license = "BlueOak-1.0.0" keywords = ["3d", "printer", "printing", "gcode", "stl"] categories = ["embedded", "hardware-support", "no-std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cortex-m-rtic = "0.6.0-alpha.4" panic-semihosting = "0.5.6" stm32f4 = "0.13.0" #shared-bus-rtic = "0.2.2" stm32f4xx-hal = { version = "0.9.0", features = ["stm32f407"] } #async-gcode = "0.2.0"