forked from pop-os/launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (27 loc) · 703 Bytes
/
Cargo.toml
File metadata and controls
32 lines (27 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "pop-launcher"
version = "1.2.1"
license = "MPL-2.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", "toolkit"]
[dependencies]
const_format = "0.2.22"
dirs = "4.0.0"
futures = "0.3.21"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde_with = "1.12.0"
[profile.release]
lto = true
panic = "abort"
strip = true
[dependencies.tokio]
version = "1.17.0"
features = ["io-std", "io-util"]
[dependencies.tokio-stream]
version = "0.1.8"
features = ["io-util"]