mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-01-31 13:53:14 +08:00
18 lines
385 B
TOML
18 lines
385 B
TOML
[package]
|
|
name = "app"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
regex = "=1.7.3"
|
|
|
|
[target.'cfg(not(target_os = "windows"))'.dependencies]
|
|
memchr = { version = "1.*", optional = true }
|
|
|
|
[workspace.dependencies]
|
|
regex-syntax = { version = "<0.6"}
|
|
|
|
[dev-dependencies]
|
|
winapi = "*" |