We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c80e37 commit 2d2da6cCopy full SHA for 2d2da6c
Cargo.toml
@@ -2,15 +2,15 @@
2
name = "serde-example"
3
version = "0.1.0"
4
authors = ["David Tolnay <[email protected]>"]
5
-license = "MIT OR Apache-2.0"
+categories = ["encoding"]
6
description = "An example Serializer and Deserializer data format for Serde"
7
-repository = "https://github.com/serde-rs/example-format"
8
documentation = "https://serde.rs/data-format.html"
9
-keywords = ["serde"]
10
-categories = ["encoding"]
11
edition = "2021"
12
-rust-version = "1.56"
+keywords = ["serde"]
+license = "MIT OR Apache-2.0"
13
publish = false
+repository = "https://github.com/serde-rs/example-format"
+rust-version = "1.56"
14
15
[dependencies]
16
serde = "1.0"
0 commit comments