github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/fanal/analyzer/language/rust/cargo/testdata/toml-only-workspace-deps/Cargo.toml (about)

     1  [package]
     2  name = "app"
     3  version = "0.1.0"
     4  edition = "2021"
     5  
     6  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
     7  
     8  [workspace.dependencies]
     9  memchr = "2.5"