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