Cargo.toml 220 B

123456789
  1. [package]
  2. name = "dmesktop"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <dmesktop@infinitenegativeutility.com>"]
  5. [dependencies]
  6. failure = "0.1.1"
  7. xdg-desktop = { git = "https://git.gdritter.com/xdg-desktop/" }
  8. xdg = "*"