mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-16 07:53:48 +00:00
set default-run to CLI impl
This commit is contained in:
parent
45bef8e582
commit
37ffb95add
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
name = "mrc"
|
name = "mrc"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
default-run = "cli"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "cli" # CLI implementation for terminal usage
|
name = "cli" # CLI implementation for terminal usage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue