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

1
Cargo.lock generated
View file

@ -1284,6 +1284,7 @@ dependencies = [
"async-oneshot",
"async-trait",
"futures",
"futures-core",
"futures-lite",
"futures_codec",
"gen-z",