Skip to content

Commit a10d971

Browse files
bors[bot]japaric
andauthored
Merge #668
668: add crate metadata to defmt-json-schema r=japaric a=japaric needed to publish the crate Co-authored-by: Jorge Aparicio <[email protected]>
2 parents b5a9dfd + 26b2af6 commit a10d971

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

decoder/defmt-json-schema/Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[package]
2+
authors = ["The Knurling-rs developers"]
3+
description = "defmt JSON schema"
4+
edition = "2021"
5+
keywords = ["knurling", "defmt"]
6+
license = "MIT OR Apache-2.0"
27
name = "defmt-json-schema"
8+
readme = "../../README.md"
9+
repository = "https://github.com/knurling-rs/defmt"
310
version = "0.1.0"
4-
edition = "2021"
5-
6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
711

812
[dependencies]
913
log = { version = "0.4", features = ["serde"] }

0 commit comments

Comments
 (0)