[package] edition = "2018" authors = [ "Daniel Egger ", ] categories = ["embedded", "no-std"] description = "Keep panic messages in the targets' RAM" documentation = "https://docs.rs/panic-ramdump" keywords = ["panic-handler", "panic-impl", "panic", "ramdump"] license = "MIT OR Apache-2.0" name = "panic-ramdump" repository = "https://github.com/therealprof/panic-ramdump" version = "0.1.1" readme = "README.md" [dependencies] cortex-m = "0.6.0"