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

View file

@ -8,7 +8,7 @@ repository = "https://github.com/pop-os/launcher"
edition = "2018"
[workspace]
members = ["bin", "plugins", "service"]
members = ["bin", "plugins", "service", "toolkit"]
[dependencies]
const_format = "0.2.22"