rustofi 0.1.5

Library to build simple 'GUI' applications with rofi
Documentation
[dependencies.num-derive]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.subprocess]
version = "0.1.18"
[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.pickledb]
version = "0.4.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.102"

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

[package]
authors = ["Kristopher Ruzic <krruzic@gmail.com>"]
categories = ["gui"]
description = "Library to build simple 'GUI' applications with rofi"
edition = "2018"
homepage = "https://github.com/krruzic/rustofi"
keywords = ["gui", "rofi", "launcher", "ui"]
license = "GPL-3.0+"
name = "rustofi"
readme = "README.md"
repository = "https://github.com/krruzic/rustofi"
version = "0.1.5"