panic_rtt 0.3.0

Panic using the JLINK RTT protocol
Documentation
[package]
name = "panic_rtt"
version = "0.3.0"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
description = "Panic using the JLINK RTT protocol"
keywords = ["no-std", "arm", "cortex-m", "jlink", "rtt"]
license = "BSD-3-Clause"
repository = "https://github.com/wez/jlink_rtt"
readme = "../README.md"

[dependencies]
cortex-m = "0.6.2"

[dependencies.jlink_rtt]
version = "~0.2"
path = "../rtt"