We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312df11 commit 51f3b41Copy full SHA for 51f3b41
Cargo.toml
@@ -1,7 +1,14 @@
1
[package]
2
authors = ["Jorge Aparicio <jorge@japaric.io>"]
3
+categories = ["no-std"]
4
+description = "serde-json for no_std programs"
5
+documentation = "https://docs.rs/serde-json-core"
6
edition = "2018"
7
+keywords = ["serde", "json"]
8
+license = "MIT OR Apache-2.0"
9
name = "serde-json-core"
10
+readme = "README.md"
11
+repository = "https://github.com/japaric/serde-json-core"
12
version = "0.1.0"
13
14
[dependencies]
README.md
@@ -4,12 +4,7 @@
[`serde-json`]: https://crates.io/crates/serde_json
-```toml
-[dependencies]
-serde-json-core = "0.0.1"
-```
-
-## [Documentation](https://japaric.github.io/serde-json-core/serde_json_core/)
+## [Documentation](https://docs.rs/serde-json-core)
## License
15
0 commit comments