Skip to content

Commit 259ef14

Browse files
committed
add license-file and docs.rs all-features
1 parent bc77446 commit 259ef14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "json-five"
33
version = "0.2.0"
44
edition = "2021"
55
license = "MIT"
6+
license-file = "LICENSE"
67
description = "JSON5 parser with round-trip capabilities and compatible with the serde data model"
78
repository = "https://github.com/spyoungtech/json-five-rs"
89
readme = "README.md"
@@ -46,3 +47,6 @@ crate-type = ["bin"]
4647
path = "examples/json5-trailing-comma-formatter/src/main.rs"
4748
name = "json5-trailing-comma-formatter"
4849
test = true
50+
51+
[package.metadata.docs.rs]
52+
all-features = true

0 commit comments

Comments
 (0)