pop-launcher/toolkit/Cargo.toml
Michael Murphy 279ff96861
chore: update dependencies (#211)
* chore: update dependencies

* release: 1.2.3

* chore(deb): update changelog to 1.2.3
2024-05-02 11:03:05 -06:00

25 lines
811 B
TOML

[package]
name = "pop-launcher-toolkit"
version = "1.2.3"
edition = "2021"
description = "A wrapper around pop-launcher, pop-launcher-service and pop-launcher-plugins types for writing plugins and frontends for pop-launcher."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pop-launcher-plugins = { path = "../plugins"}
pop-launcher-service = { path = "../service"}
pop-launcher = { path = "../" }
async-trait = "0.1.80"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "fmt", "env-filter"] }
dirs = "5.0.1"
futures = "0.3.30"
[dev-dependencies]
tokio = { version = "1", features = [ "rt" ] }
fork = "0.1.23"
[[example]]
name = "man-pages-plugin"
path = "examples/man-pages-plugin.rs"