From 26b2af6179b8a446ced1c18fdaebe604f7184762 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 10 Mar 2022 13:49:22 +0100 Subject: [PATCH] add crate metadata to defmt-json-schema --- decoder/defmt-json-schema/Cargo.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/decoder/defmt-json-schema/Cargo.toml b/decoder/defmt-json-schema/Cargo.toml index e16439f5..28c547b0 100644 --- a/decoder/defmt-json-schema/Cargo.toml +++ b/decoder/defmt-json-schema/Cargo.toml @@ -1,9 +1,13 @@ [package] +authors = ["The Knurling-rs developers"] +description = "defmt JSON schema" +edition = "2021" +keywords = ["knurling", "defmt"] +license = "MIT OR Apache-2.0" name = "defmt-json-schema" +readme = "../../README.md" +repository = "https://github.com/knurling-rs/defmt" version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = { version = "0.4", features = ["serde"] }