mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
19 lines
421 B
TOML
19 lines
421 B
TOML
[package]
|
|
name = "subfeature"
|
|
description = "Subfeature handling and manipulation APIs"
|
|
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/subfeature"
|
|
version = "0.0.2"
|
|
readme = "README.md"
|
|
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
memchr.workspace = true
|
|
regex.workspace = true
|
|
serde.workspace = true
|