Skip to content
Snippets Groups Projects
Verified Commit c7f8d1e3 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add recipe for crates.io index

parent b9ddf201
No related branches found
No related tags found
No related merge requests found
[source]
git = "https://github.com/rust-lang/crates.io-index.git"
[build]
template = "custom"
script = """
dir="${COOKBOOK_STAGE}/home/user/.cargo/registry/index/github.com-1ecc6299db9ec823"
mkdir -pv "${dir}"
cp -rv "${COOKBOOK_SOURCE}/.git" "${dir}"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment