Skip to content

Commit

Permalink
Merge #668
Browse files Browse the repository at this point in the history
668: add crate metadata to defmt-json-schema r=japaric a=japaric

needed to publish the crate

Co-authored-by: Jorge Aparicio <[email protected]>
  • Loading branch information
bors[bot] and japaric authored Mar 10, 2022
2 parents b5a9dfd + 26b2af6 commit a10d971
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 a10d971

Please sign in to comment.