# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "razorback" version = "0.1.0" authors = ["Berkus Decker "] description = "Razorback FW" readme = "README.md" keywords = ["3d", "printer", "printing", "gcode", "stl"] categories = ["embedded", "hardware-support", "no-std"] license = "BlueOak-1.0.0" repository = "https://github.com/berkus/razorback/" [dependencies.cortex-m-rtic] version = "0.6.0-alpha.4" [dependencies.panic-semihosting] version = "0.5.6" [dependencies.stm32f4] version = "0.13.0" [dependencies.stm32f4xx-hal] version = "0.9.0" features = ["stm32f407"]