feat: add a toolkit crate for both client and pop-launcher-bin
This commit is contained in:
parent
a5c2569654
commit
47852e53cb
12 changed files with 56 additions and 24 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue