Set default-run in Cargo.toml
This commit is contained in:
parent
927803549e
commit
474c339599
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ rust-version = { workspace = true }
|
|||
description = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
license = { workspace = true }
|
||||
default-run = "hyfetch"
|
||||
|
||||
[dependencies]
|
||||
# ansi_colours = { workspace = true, features = ["rgb"] }
|
||||
|
|
Loading…
Reference in a new issue