doable 0.1.0

Doable is a simple to do app written in GTK and Rust
{
    "app-id" : "dev.edfloreshz.Doable",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "42",
    "sdk" : "org.gnome.Sdk",
    "sdk-extensions" : [
        "org.freedesktop.Sdk.Extension.rust-stable"
    ],
    "command" : "doable",
    "finish-args" : [
        "--share=ipc",
        "--socket=fallback-x11",
        "--socket=wayland",
        "--device=dri"
    ],
    "build-options" : {
        "append-path" : "/usr/lib/sdk/rust-stable/bin",
        "env" : { "CARGO_HOME" : "/run/build/doable/cargo" }
    },
    "modules" : [
        {
            "name" : "doable",
            "builddir" : true,
            "buildsystem" : "meson",
            "sources" : [
                {
                    "type" : "git",
                    "commit": "756317f3555bc01cf63abb6971b39fcd018efbae",
                    "url": "https://github.com/edfloreshz/doable.git"
                },
                "build-aux/cargo-sources.json"
            ]
        }
    ]
}