mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
8 lines
120 B
TOML
8 lines
120 B
TOML
[package]
|
|
name = "exe"
|
|
version = "0.1.0"
|
|
edition = "2021" # replaced in test
|
|
|
|
[dependencies]
|
|
lib = { path = "../lib" }
|