{ "app-id": "com.flatpak.quickstart", "runtime": "org.freedesktop.Platform", "runtime-version": "19.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "command": "quickstart", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin" }, "modules": [{ "name": "quickstart", "buildsystem": "simple", "build-options": { "env": { "CARGO_HOME": "/run/build/quickstart/cargo" } }, "build-commands": [ "cargo --offline fetch --manifest-path Cargo.toml --verbose", "cargo --offline build --release --verbose", "install -Dm755 ./target/debug/qucikstart -t /app/bin/" ], "sources": [{ "type": "dir", "path": "." }, "generated-sources.json" ] }] }