We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93d5b8 commit ce2fdc9Copy full SHA for ce2fdc9
cargo/README.md
@@ -28,6 +28,7 @@ The output file should be added to the manifest like
28
"name": "quickstart",
29
"buildsystem": "simple",
30
"build-commands": [
31
+ "install -Dm644 cargo/config .cargo/config.toml",
32
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
33
"cargo --offline build --release --verbose",
34
"install -Dm755 ./target/release/quickstart -t /app/bin/"
0 commit comments