xdgkit 1.0.1

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

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

# binary file
[[bin]]
name = "xdgkit"
path = "src/main.rs"

# dependencies
[dependencies]
# ini file reader
tini = "1.2" # 1.2.0 fixes `#` comment!  Woot!!
# command line parser
clap = {version = "3.0.0-beta.2", features = ["yaml"]}
# xml
xml-rs = "0.8"