소스 검색
Include LICENSE file (#303)
This is needed by the MIT license terms
```
❯ cargo package --list | grep LICENSE
LICENSE
```
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
pull/266/head
Michel Lind
1 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
Cargo.toml
|
|
|
@ -16,6 +16,7 @@ autoexamples = false |
|
|
|
|
|
|
|
build = "bindings/rust/build.rs" |
|
|
|
include = [ |
|
|
|
"LICENSE", |
|
|
|
"bindings/rust/*", |
|
|
|
"./grammar.js", |
|
|
|
"queries/*", |
|
|
|
|