onagre-launcher-toolkit 0.1.2

A wrapper around pop-launcher, pop-launcher-service and pop-launcher-plugins types for writing plugins and frontends for pop-launcher.
Documentation
[package]
name = "onagre-launcher-toolkit"
version = "0.1.2"
edition = "2021"
description = "A wrapper around pop-launcher, pop-launcher-service and pop-launcher-plugins types for writing plugins and frontends for pop-launcher."
license = "MPL-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
onagre-launcher-plugins = "1.2.4"
onagre-launcher-service = "1.2.4"
onagre-launcher = "1.2.4"
async-trait = "0.1.58"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "fmt", "env-filter"] }
dirs = "4.0.0"
futures = "0.3.25"

[dev-dependencies]
tokio = { version = "1", features = [ "rt" ] }
fork = "0.1.20"

[[example]]
name = "man-pages-plugin"
path = "examples/man-pages-plugin.rs"