pop-launcher/Cargo.toml
2022-03-01 17:55:28 +01:00

19 lines
498 B
TOML

[package]
name = "pop-launcher"
version = "1.1.0"
license = "MPL-2.0"
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.1.0"
const_format = "0.2.22"
futures-lite = "1.12.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde_with = "1.12.0"