try it on linux

This commit is contained in:
Jon Janzen
2021-08-21 18:15:47 -06:00
parent f292f9cc2d
commit 758efbe61a
3 changed files with 639 additions and 30 deletions

View File

@@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
color-eyre = "0.5.11"
reqwest = { version = "0.11.4", features = ["rustls-tls"], default-features = false }
tokio = { version = "1.9.0", features = ["full"] }
tracing = "0.1.26"
tracing-subscriber = "0.2.19"