Skip to content

Commit 84703f9

Browse files
committed
use include in place of license-file to ensure LICENSE is included in distribution, per license requirements.
See also: rust-lang/cargo#12053
1 parent 623baf1 commit 84703f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name = "json-five"
33
version = "0.2.0"
44
edition = "2021"
55
license = "MIT"
6-
license-file = "LICENSE"
76
description = "JSON5 parser with round-trip capabilities and compatible with the serde data model"
87
repository = "https://github.com/spyoungtech/json-five-rs"
98
readme = "README.md"
109
keywords = ["serde", "json5", "json", "round-trip", "parser"]
1110
categories = ["parsing", "parser-implementations"]
12-
include = ["src/**/*.rs", "Cargo.toml"]
11+
include = ["src/**/*.rs", "Cargo.toml", "LICENSE"]
12+
1313

1414
[dependencies]
1515
serde = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)