diff --git a/src/main.rs b/src/main.rs index 98573bc2..d3f28c11 100644 --- a/src/main.rs +++ b/src/main.rs @@ -299,6 +299,9 @@ async fn entry() -> Result<()> { tokio::spawn(async move { let resolution = await_task(task).await??; + + resolution.print(&opts); + install(resolution, opts, temp_dir_path, target).await }) })