xdgkit 1.0.1

A command line kit for XDG specs. As well as a Rust library
Documentation
[[bin]]
name = "xdgkit"
path = "src/main.rs"
[dependencies.clap]
features = ["yaml"]
version = "3.0.0-beta.2"

[dependencies.tini]
version = "1.2"

[dependencies.xml-rs]
version = "0.8"

[lib]
name = "libxdgkit"
path = "src/lib.rs"

[package]
authors = ["Israel Dahl <israeldahl@protonmail.com>"]
categories = ["command-line-utilities", "os::linux-apis", "os"]
description = "A command line kit for XDG specs.  As well as a Rust library"
documentation = "https://docs.rs/xdgkit/"
edition = "2018"
homepage = "https://freedesktop.org"
keywords = ["xdg", "menu", "icons", "desktop", "linux"]
license-file = "LICENSE"
name = "xdgkit"
readme = "README.md"
repository = "https://github.com/1sra3l/xdgkit"
version = "1.0.1"