Skip to content

Commit 83d2c30

Browse files
authored
Include LICENSE file (#134)
This is needed for packaging in distributions like Fedora ``` ❯ cargo package --allow-dirty --list | grep LICENSE Updating crates.io index LICENSE ``` Signed-off-by: Michel Lind <salimma@fedoraproject.org>
1 parent f4d55f3 commit 83d2c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ license = "Apache-2.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)