Skip to content

Commit ee233ac

Browse files
committed
No need to specify Cargo.toml in package.include
Cargo.toml is always included in the published crate.
1 parent 310c55c commit ee233ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.serde.rs/serde_json/"
99
keywords = ["json", "serde", "serialization"]
1010
categories = ["encoding"]
1111
readme = "README.md"
12-
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
12+
include = ["src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
1313
edition = "2018"
1414

1515
[dependencies]

0 commit comments

Comments
 (0)