pop-launcher/Cargo.toml

20 lines
475 B
TOML
Raw Normal View History

2021-08-10 01:04:20 +02:00
[package]
name = "pop-launcher"
2021-11-22 22:10:20 +01:00
version = "1.1.0"
license = "GPL-3.0-only"
2021-08-10 01:04:20 +02:00
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
description = "Library for writing plugins and frontends for pop-launcher"
repository = "https://github.com/pop-os/launcher"
2021-08-10 01:04:20 +02:00
edition = "2018"
[workspace]
members = ["bin", "plugins", "service"]
2021-08-10 01:04:20 +02:00
[dependencies]
blocking = "1"
const_format = "0.2"
futures-lite = "1"
2021-08-10 01:04:20 +02:00
serde = { version = "1", features = ["derive"] }
serde_json = "1"
2021-09-08 22:46:07 +02:00
serde_with = "1"