feat: defer artifact loading

This commit is contained in:
2025-06-05 13:09:30 +01:00
parent 0502845986
commit 05d17f3682
5 changed files with 89 additions and 61 deletions

View File

@ -21,7 +21,6 @@ tokio = { version = "1.43.0", features = ["fs", "rt", "macros", "rt-multi-thread
serde = { version = "1.0.217", features = ["derive"] }
async-trait = "0.1.86"
semver = "1.0.25"
indicatif = "0.17.11"
dialoguer = "0.11.0"
env_logger = "0.11.6"
sha2 = "0.10.8"