with engine

This commit is contained in:
2023-01-27 21:57:39 +01:00
parent 1e88bb3270
commit ee655d02ef
8 changed files with 217 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ hex = "0.4.3"
hex-literal = "0.3.4"
platform-info = "1.0.2"
reqwest = { version = "0.11.14", features = ["stream", "blocking", "deflate"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
sha2 = "0.10.6"
tar = "0.4.38"
tempfile = "3.3.0"