Cargo.toml 210 B

12345678
  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/" }