dmenu_facade 0.3.0

A rust wrapper for interacting through dmenu. Depends on dmenu being installed
Documentation
[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "complex"
path = "examples/complex_struct.rs"

[[example]]
name = "input"
path = "examples/input.rs"

[package]
authors = ["Christoffer Nørbjerg <Chrisnorbjerg@gmail.com>"]
categories = ["command-line-utilities"]
description = "A rust wrapper for interacting through dmenu. Depends on dmenu being installed"
edition = "2018"
keywords = ["dmenu", "shell"]
license = "MIT"
name = "dmenu_facade"
readme = "README.md"
repository = "https://github.com/ChilloManiac/dmenu_facade_rs"
version = "0.3.0"