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
This commit is contained in:
Dionisio
2026-02-13 20:47:26 +01:00
parent 53625776cb
commit d0d5489994
+1
View File
@@ -2,6 +2,7 @@
name = "oxicloud"
version = "0.3.4"
edition = "2021"
default-run = "oxicloud"
[dependencies]