pop-launcher/Cargo.toml
2021-10-31 16:08:34 +01:00

19 lines
475 B
TOML

[package]
name = "pop-launcher"
version = "1.0.3"
license = "GPL-3.0-only"
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
description = "Library for writing plugins and frontends for pop-launcher"
repository = "https://github.com/pop-os/launcher"
edition = "2018"
[workspace]
members = ["bin", "plugins", "service"]
[dependencies]
blocking = "1"
const_format = "0.2"
futures-lite = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = "1"