feat: add a toolkit crate for both client and pop-launcher-bin

This commit is contained in:
Paul Delafosse 2022-05-11 14:09:27 +02:00 committed by Michael Murphy
parent a5c2569654
commit 47852e53cb
12 changed files with 56 additions and 24 deletions

12
Cargo.lock generated
View file

@ -1075,8 +1075,7 @@ version = "1.2.1"
dependencies = [
"dirs 4.0.0",
"mimalloc",
"pop-launcher-plugins",
"pop-launcher-service",
"pop-launcher-toolkit",
"tokio",
"tracing",
"tracing-subscriber",
@ -1143,6 +1142,15 @@ dependencies = [
"tracing-subscriber",
]
[[package]]
name = "pop-launcher-toolkit"
version = "0.1.0"
dependencies = [
"pop-launcher",
"pop-launcher-plugins",
"pop-launcher-service",
]
[[package]]
name = "ppv-lite86"
version = "0.2.16"