github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/buildtools/cargo/testdata/subOne/Cargo.toml (about)

     1  [package]
     2  name = "test-package"
     3  version = "0.0.0"
     4  
     5  [dependencies]
     6  one = "1.0"
     7  
     8  [build-dependencies]
     9  two = { path = "../vendored-version-in-lockfile" }