File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ codeql_pkg_files(
46
46
"codeql-extractor.yml" ,
47
47
"ql/lib/rust.dbscheme" ,
48
48
"ql/lib/rust.dbscheme.stats" ,
49
+ "//:LICENSE" ,
49
50
],
50
51
)
51
52
Original file line number Diff line number Diff line change 2
2
name = " ast-generator"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
+ license = " MIT"
5
6
6
7
# When updating these dependencies, run `rust/update_cargo_deps.sh`
7
8
[dependencies ]
Original file line number Diff line number Diff line change 2
2
name = " codeql-rust"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
+ license = " MIT"
5
6
6
7
# When updating these dependencies, run `rust/update_cargo_deps.sh`
7
8
[dependencies ]
Original file line number Diff line number Diff line change 2
2
name = " rust-extractor-macros"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
+ license = " MIT"
5
6
6
7
[lib ]
7
8
proc-macro = true
You can’t perform that action at this time.
0 commit comments