Isolate smol::Command hang as a test, does not hang

This commit is contained in:
Isaac Clayton 2022-07-01 11:25:40 +02:00
parent e5481e2e65
commit 92c4552146
2 changed files with 27 additions and 1 deletions

View file

@ -11,4 +11,5 @@ anyhow = { version = "1.0", features = ["std"] }
serde = "1.0"
serde_json = "1.0"
bincode = "1.3"
pollster = "0.2.5"
pollster = "0.2.5"
smol = "1.2.5"