From d0d54899941f1b448686ebc3fdd36b2f616ef23f Mon Sep 17 00:00:00 2001 From: Dionisio Date: Fri, 13 Feb 2026 20:47:26 +0100 Subject: [PATCH] Fix: add default-run to Cargo.toml so cargo run works without --bin Fixes the 'could not determine which binary to run' error. Ref #80 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 542df1e9..532759b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "oxicloud" version = "0.3.4" edition = "2021" +default-run = "oxicloud" [dependencies]