mirror of
https://github.com/github/codeql.git
synced 2026-03-05 07:06:47 +01:00
10 lines
105 B
TOML
10 lines
105 B
TOML
[workspace]
|
|
[package]
|
|
name = "features"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
foo = []
|
|
bar = []
|