We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5a9dfd + 26b2af6 commit a10d971Copy full SHA for a10d971
decoder/defmt-json-schema/Cargo.toml
@@ -1,9 +1,13 @@
1
[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"
7
name = "defmt-json-schema"
8
+readme = "../../README.md"
9
+repository = "https://github.com/knurling-rs/defmt"
10
version = "0.1.0"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12
[dependencies]
13
log = { version = "0.4", features = ["serde"] }
0 commit comments