// This project's own resources: the values it would otherwise have to // write down in several places. // // Structured as the body of the struct, with no outer parentheses, which // is the house rule every RON file here follows -- `wg_app_link::format` // is the only thing that knows it, so both this project's code and Dev // Updater read the file the same way. // // Dev Updater reads the keys it understands (see `Resources` in // `server/src/config.rs`) and ignores the rest, so anything else this // project needs to keep in one place belongs here too. // What this project calls itself for the purpose of keeping state, which // is where `~/.local/share/dev-updater` and `~/.config/dev-updater` come // from. Not the crate name, which answers to a registry's namespace // rather than to this; and not the label, which is what a person reads on // a card. name: "dev-updater",