Skip to content

Commit 4ef0b23

Browse files
committed
Include README and LICENSE files in Cargo package.
- Include README.md so it is visible on crates.io and docs.rs. - Include LICENSE so that the package is legal to distribute.
1 parent 302fe65 commit 4ef0b23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ version = "0.36.0"
1818
build = "build.rs"
1919

2020
include = [
21+
"LICENSE",
22+
"README.md",
2123
"Cargo.toml",
2224
"build.rs",
2325
"src/*.rs",

0 commit comments

Comments
 (0)