Skip to content

Commit f21023b

Browse files
michel-slmmeta-codesync[bot]
authored andcommitted
include LICENSE file in crate (#12)
Summary: Pull Request resolved: #12 Because of the `include=` directive, we need to explicitly include the license file as well or it won't end up in the generated crate. Needed to package this in Fedora as a dependency of `difftastic`. ``` $ cargo package --allow-dirty --list | grep LICENSE LICENSE ``` Reviewed By: edward-shen Differential Revision: D89675738 fbshipit-source-id: f6f324ed4a3ceb563cab23924dede50f7294aecc
1 parent a260cb6 commit f21023b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ version = "0.15.0"
1010

1111
build = "bindings/rust/build.rs"
1212
include = [
13+
"LICENSE",
1314
"bindings/rust/*",
1415
"grammar.js",
1516
"queries/*",

0 commit comments

Comments
 (0)