[package]
name = "xdgkit"
version = "3.2.3"
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/"
[lib]
name = "xdgkit"
path = "src/lib.rs"
[[bin]]
name = "xdgkit"
path = "src/main.rs"
[dependencies]
tini = { git = "https://github.com/1sra3l/tini.git", version = "1.3"}
clap = {version = "3.0.0-beta.2", features = ["yaml"]}
quick-xml = { version = "0.21", features = [ "serialize" ] }
serde = {version = "1.0", features = ["derive"]}