File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ codeql_pkg_files(
4646 "codeql-extractor.yml" ,
4747 "ql/lib/rust.dbscheme" ,
4848 "ql/lib/rust.dbscheme.stats" ,
49+ "//:LICENSE" ,
4950 ],
5051)
5152
Original file line number Diff line number Diff line change 22name = " ast-generator"
33version = " 0.1.0"
44edition = " 2021"
5+ license = " MIT"
56
67# When updating these dependencies, run `rust/update_cargo_deps.sh`
78[dependencies ]
Original file line number Diff line number Diff line change 22name = " codeql-rust"
33version = " 0.1.0"
44edition = " 2021"
5+ license = " MIT"
56
67# When updating these dependencies, run `rust/update_cargo_deps.sh`
78[dependencies ]
Original file line number Diff line number Diff line change 22name = " rust-extractor-macros"
33version = " 0.1.0"
44edition = " 2021"
5+ license = " MIT"
56
67[lib ]
78proc-macro = true
You can’t perform that action at this time.
0 commit comments