feat(service): Support use as a library
This commit is contained in:
parent
91718c7303
commit
9c491a4f9f
3 changed files with 84 additions and 54 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue