[package] name = "panicdump" authors = ["Daniel P. Teberian"] description = "A simple crate, for dumping panic messages to RAM." repository = "https://github.com/LibertyOS-Development/panicdump/" categories = ["no-standard-library", "embedded-development"] version = "0.1.0" license = "Apache-2.0" edition = "2018" [dependencies] cortex-m = "0.6.0"