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:
@@ -2,6 +2,7 @@
|
||||
name = "oxicloud"
|
||||
version = "0.3.4"
|
||||
edition = "2021"
|
||||
default-run = "oxicloud"
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user