FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/python/extractor/tsg-python/BUILD.bazel at codeql-cli/v2.26.0 · github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
997
Pull requests
455
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
python
/
extractor
/
tsg-python
/
BUILD.bazel
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (19 loc) · 531 Bytes
Breadcrumbs
codeql
/
python
/
extractor
/
tsg-python
/
BUILD.bazel
Copy path
File metadata and controls
21 lines (19 loc) · 531 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
load
(
"//misc/bazel:rust.bzl"
,
"codeql_rust_binary"
)
load
(
"//misc/bazel/3rdparty/py_deps:defs.bzl"
,
"aliases"
,
"all_crate_deps"
)
codeql_rust_binary
(
name
=
"tsg-python"
,
srcs
=
[
"src/main.rs"
],
aliases
=
aliases
(),
compile_data
=
[
"python.tsg"
],
proc_macro_deps
=
all_crate_deps
(
proc_macro
=
True
,
),
visibility
=
[
"//visibility:public"
],
deps
=
all_crate_deps
(
normal
=
True
,
)
+
[
"//python/extractor/tsg-python/tsp"
],
)
exports_files
([
"Cargo.toml"
,
"Cargo.lock"
,
])
Back
|
FazBrowse Home
|
New Git URL