mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
This adds testing of well-formed rust projects and workspaces, using both `Cargo.toml` and `rust-project.json` manifests.
7 lines
74 B
TOML
7 lines
74 B
TOML
[package]
|
|
name = "lib"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|