fix(debian): Attempt to fix issue resolving flume during offline build

This commit is contained in:
Michael Aaron Murphy 2021-08-14 00:06:12 +02:00
parent a70cfa9d0c
commit 43a4229ba7
3 changed files with 10 additions and 11 deletions

View file

@ -3,6 +3,7 @@ name = "pop-launcher"
version = "1.0.0"
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
edition = "2018"
resolver = "2"
[workspace]
members = ["plugins"]
@ -21,10 +22,9 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = "1"
slab = "0.4"
smol = "1.2.5"
smol = "1"
strsim = "0.10"
toml = "0.5"
tracing = "0.1"
tracing-subscriber = { version = "0.2", features = ["fmt"] }
gen-z = "0.1.0"
async-executor = "1.4.1"
gen-z = "0.1"