pop-launcher/Cargo.toml
2021-08-18 13:55:06 +02:00

19 lines
No EOL
471 B
TOML

[package]
name = "pop-launcher"
version = "1.0.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"
const_format = "0.2"
futures_codec = "0.4"
futures-lite = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = "1"