mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Cargo+Rust: add git repo source as vendored source
This commit is contained in:
parent
5cc3243136
commit
c48146a792
1 changed files with 5 additions and 0 deletions
|
@ -209,6 +209,11 @@ function(cargo_vendor)
|
|||
[source.crates-io]
|
||||
replace-with = \"vendored-sources\"
|
||||
|
||||
[source.\"git+https://github.com/Cisco-Talos/onenote.rs.git?branch=CLAM-2329-new-from-slice\"]
|
||||
git = \"hhttps://github.com/Cisco-Talos/onenote.rs.git\"
|
||||
branch = \"CLAM-2329-new-from-slice\"
|
||||
replace-with = \"vendored-sources\"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = \".cargo/vendor\"
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue