Skip to content

Commit

Permalink
add crate metadata to defmt-json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Mar 10, 2022
1 parent b5a9dfd commit 26b2af6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions decoder/defmt-json-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"] }
Expand Down

0 comments on commit 26b2af6

Please sign in to comment.