docs(toolkit): add a plugin example

This commit is contained in:
Paul Delafosse 2022-05-18 11:27:24 +02:00 committed by Michael Murphy
parent 8293392969
commit 3f8253ad76
4 changed files with 155 additions and 1 deletions

2
Cargo.lock generated
View file

@ -1148,10 +1148,12 @@ version = "0.1.0"
dependencies = [
"async-trait",
"dirs 4.0.0",
"fork",
"futures",
"pop-launcher",
"pop-launcher-plugins",
"pop-launcher-service",
"tokio",
"tracing",
"tracing-subscriber",
]