feat(service): Support use as a library

This commit is contained in:
Michael Aaron Murphy 2021-08-25 18:54:59 +02:00
parent 91718c7303
commit 9c491a4f9f
3 changed files with 84 additions and 54 deletions

View file

@ -2,7 +2,6 @@
name = "pop-launcher-service"
version = "1.0.0"
edition = "2018"
publish = false
[dependencies]
anyhow = "1"
@ -27,3 +26,4 @@ strsim = "0.10"
toml = "0.5"
tracing = "0.1"
tracing-subscriber = { version = "0.2", features = ["fmt"] }
futures-core = "0.3.16"