Skip to content

Commit 6020b8e

Browse files
authored
chore(rust): include license file (tree-sitter-grammars#51)
1 parent 34e60e7 commit 6020b8e

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
@@ -12,7 +12,7 @@ edition = "2021"
1212
autoexamples = false
1313

1414
build = "bindings/rust/build.rs"
15-
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
15+
include = ["LICENSE.md", "bindings/rust/*", "grammar.js", "queries/*", "src/*"]
1616

1717
[lib]
1818
path = "bindings/rust/lib.rs"

0 commit comments

Comments
 (0)