You've already forked AstralRinth
forked from didirus/AstralRinth
Modpack support (#60)
* Modpack support * Finish feature * Tauri errors fix (#61) * async impl * working * fmt and redundancy * moved ? to if let Ok block * Finish modpacks support * remove generated file * fix compile err * fix lint * Fix code review comments + forge support --------- Co-authored-by: Wyatt Verchere <wverchere@gmail.com>
This commit is contained in:
@@ -18,9 +18,10 @@ sled = { version = "0.34.7", features = ["compression"] }
|
||||
url = "2.2"
|
||||
uuid = { version = "1.1", features = ["serde", "v4"] }
|
||||
zip = "0.5"
|
||||
async_zip = { version = "0.0.13", features = ["full"] }
|
||||
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
daedalus = { version = "0.1.16", features = ["bincode"] }
|
||||
daedalus = { version = "0.1.18", features = ["bincode"] }
|
||||
dirs = "4.0"
|
||||
# TODO: possibly replace with tracing to have structured logging
|
||||
log = "0.4.14"
|
||||
|
||||
Reference in New Issue
Block a user