pop-launcher/Cargo.toml

32 lines
692 B
TOML
Raw Normal View History

2021-08-10 01:04:20 +02:00
[package]
name = "pop-launcher"
version = "1.2.3"
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]
const_format = "0.2.32"
dirs = "5.0.1"
futures = "0.3.30"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
serde_with = "3.7.0"
[profile.release]
lto = "fat"
panic = "abort"
[dependencies.tokio]
version = "1.37.0"
features = ["io-std", "io-util"]
[dependencies.tokio-stream]
version = "0.1.15"
features = ["io-util"]