feat(cargo): add pkgs metadata alias
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
This commit is contained in:
@@ -13,6 +13,7 @@ in
|
|||||||
[alias]
|
[alias]
|
||||||
lldb = ["with", "rust-lldb", "--"]
|
lldb = ["with", "rust-lldb", "--"]
|
||||||
t = ["nextest", "run"]
|
t = ["nextest", "run"]
|
||||||
|
pkgs = ["metadata", "--no-deps", "--format-version", "1"]
|
||||||
|
|
||||||
[net]
|
[net]
|
||||||
git-fetch-with-cli = true
|
git-fetch-with-cli = true
|
||||||
|
|||||||
Reference in New Issue
Block a user