2021-08-10 01:04:20 +02:00
|
|
|
[package]
|
|
|
|
|
name = "pop-launcher"
|
2021-11-22 22:10:20 +01:00
|
|
|
version = "1.1.0"
|
2021-08-30 18:28:50 +02:00
|
|
|
license = "GPL-3.0-only"
|
2021-08-10 01:04:20 +02:00
|
|
|
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
|
2021-08-14 14:19:42 +02:00
|
|
|
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]
|
2021-08-14 14:19:42 +02:00
|
|
|
members = ["bin", "plugins", "service"]
|
2021-08-10 01:04:20 +02:00
|
|
|
|
|
|
|
|
[dependencies]
|
2021-08-15 13:16:55 +02:00
|
|
|
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"
|