Skip to content

Commit bfab086

Browse files
committed
Include LICENSE file
This is required by the MIT license terms and needed for shipping `tree-sitter-fsharp` in distributions like Fedora ``` ❯ cargo package --allow-dirty --list | grep LICENSE LICENSE ``` Signed-off-by: Michel Lind <[email protected]>
1 parent 5141851 commit bfab086

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 = "MIT"
1010

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

0 commit comments

Comments
 (0)