summaryrefslogtreecommitdiff
path: root/nrf-softdevice-defmt-rtt/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nrf-softdevice-defmt-rtt/Cargo.toml')
-rw-r--r--nrf-softdevice-defmt-rtt/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/nrf-softdevice-defmt-rtt/Cargo.toml b/nrf-softdevice-defmt-rtt/Cargo.toml
deleted file mode 100644
index df812b5..0000000
--- a/nrf-softdevice-defmt-rtt/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[package]
-authors = ["The Knurling-rs developers"]
-categories = ["embedded", "no-std"]
-description = "Transmit defmt log messages over the RTT (Real-Time Transfer) protocol"
-edition = "2021"
-keywords = ["knurling", "defmt", "defmt-transport"]
-license = "MIT OR Apache-2.0"
-name = "nrf-softdevice-defmt-rtt"
-readme = "README.md"
-repository = "https://github.com/knurling-rs/defmt"
-version = "0.1.0"
-
-[dependencies]
-defmt = { version = "0.3" }
-nrf-softdevice = { path = "../nrf-softdevice", version = "0.1.0" }
-cortex-m = "0.6.4"
-critical-section = { version = "0.2.1" }