mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
9 lines
99 B
TOML
9 lines
99 B
TOML
[package]
|
|
name = "test"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
[[bin]]
|
|
name = "main"
|
|
path = "main.rs"
|
|
|