[package] name = "msp430fr4133" version = "0.1.1" authors = ["Stian Eklund "] description = "Peripheral access crate for MSP430FR4133 microcontroller" keywords = ["no-std", "msp430", "ti", "launchpad", "embedded"] repository = "https://github.com/stianeklund/msp430fr4133" documentation = "https://docs.rs/msp430fr4133" edition = "2018" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bare-metal = "0.2.5" msp430 = "0.2.0" vcell = "0.1.2" [dependencies.msp430-rt] optional = true version = "0.2.4" [features] rt = ["msp430-rt/device"]