github.com/google/osv-scalibr@v0.4.1/extractor/filesystem/language/rust/cargotoml/testdata/git-dependency-with-commit.toml (about)

     1  [package]
     2    name = "hello_world"
     3    version = "0.1.0"
     4  
     5  [dependencies]
     6    regex = { git = "https://github.com/rust-lang/regex.git", rev = "0c0990399270277832fbb5b91a1fa118e6f63dba"}