{
 "app_id": "org.mydomain.MyRustApp",
 "source_url": "https://raw.githubusercontent.com/timlau/my_rust_app/main/build-aux/org.mydomain.MyRustApp.Devel.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "48",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--env=RUST_LOG=my_rust_app=debug",
  "--env=G_MESSAGES_DEBUG=none",
  "--env=RUST_BACKTRACE=1"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T17:41:46.042676+00:00",
 "manifest": {
  "id": "org.mydomain.MyRustApp.Devel",
  "runtime": "org.gnome.Platform",
  "runtime-version": "48",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable",
   "org.freedesktop.Sdk.Extension.llvm18"
  ],
  "command": "my_rust_app",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--env=RUST_LOG=my_rust_app=debug",
   "--env=G_MESSAGES_DEBUG=none",
   "--env=RUST_BACKTRACE=1"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm18/bin",
   "build-args": [
    "--share=network"
   ],
   "env": {
    "CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse",
    "CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER": "clang",
    "CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold",
    "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER": "clang",
    "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold"
   },
   "test-args": [
    "--socket=x11",
    "--share=network"
   ]
  },
  "modules": [
   {
    "name": "my_rust_app",
    "buildsystem": "meson",
    "run-tests": true,
    "config-opts": [
     "-Dprofile=development"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../"
     }
    ]
   }
  ]
 }
}