pop-launcher/Cargo.toml

33 lines
703 B
TOML
Raw Normal View History

2021-08-10 01:04:20 +02:00
[package]
name = "pop-launcher"
2022-11-05 00:42:19 +01:00
version = "1.2.2"
license = "MPL-2.0"
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", "toolkit"]
2021-08-10 01:04:20 +02:00
[dependencies]
2022-11-05 00:38:35 +01:00
const_format = "0.2.30"
dirs = "4.0.0"
2022-11-05 00:38:35 +01:00
futures = "0.3.25"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
serde_with = "2.0.1"
[profile.release]
lto = true
panic = "abort"
strip = true
[dependencies.tokio]
2022-11-05 00:38:35 +01:00
version = "1.21.2"
features = ["io-std", "io-util"]
[dependencies.tokio-stream]
2022-11-05 00:38:35 +01:00
version = "0.1.11"
features = ["io-util"]