feat(rust): extend the dream.lock.example.json for the subsystem

This commit is contained in:
Yusuf Bera Ertan 2021-12-21 19:32:07 +03:00
parent 5d18abcdab
commit 1d8fc17b93
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -2,6 +2,24 @@
"_subsystem": {
"packages": [
{ "name": "ripgrep", "version": "13.0.0" }
],
"gitDeps": [
{ "name": "rand", "version": "0.8.4" },
{ "name": "rand", "version": "0.7.3" }
],
"gitSources": [
{
"url": "https://github.com/rust-random/rand.git",
"sha": "19404d68764ed08513131f82157e2ccad69dcf83",
"type": "branch",
"value": "master"
},
{
"url": "https://github.com/rust-random/rand.git",
"sha": "074cb6a997f91db653f8a53c755ddc07495ab429",
"type": "tag",
"value": "0.7.3"
}
]
}
}