Skip to content

Commit 51f3b41

Browse files
committed
v0.1.0
1 parent 312df11 commit 51f3b41

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
[package]
22
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"
36
edition = "2018"
7+
keywords = ["serde", "json"]
8+
license = "MIT OR Apache-2.0"
49
name = "serde-json-core"
10+
readme = "README.md"
11+
repository = "https://github.com/japaric/serde-json-core"
512
version = "0.1.0"
613

714
[dependencies]

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
55
[`serde-json`]: https://crates.io/crates/serde_json
66

7-
```toml
8-
[dependencies]
9-
serde-json-core = "0.0.1"
10-
```
11-
12-
## [Documentation](https://japaric.github.io/serde-json-core/serde_json_core/)
7+
## [Documentation](https://docs.rs/serde-json-core)
138

149
## License
1510

0 commit comments

Comments
 (0)