Skip to content

Commit 8951b26

Browse files
committed
Release 0.3
1 parent 36c8ca2 commit 8951b26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ edition = "2018"
44
license = "MIT OR Apache-2.0"
55
name = "defmt-rtt-target"
66
version = "0.3.0"
7+
categories = [
8+
"embedded",
9+
"no-std",
10+
]
11+
description = "defmt logger implementation using the rtt-target crate"
12+
repository = "https://github.com/akiles/defmt-rtt-target"
713

814
[dependencies]
915
defmt = "0.3.0"

0 commit comments

Comments
 (0)