mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
CargoCommand can take any package
This commit is contained in:
parent
9dc9f49263
commit
404867cdf9
4 changed files with 29 additions and 27 deletions
|
|
@ -3,7 +3,7 @@ mod build;
|
|||
mod cargo_commands;
|
||||
mod command;
|
||||
|
||||
use argument_parsing::{ExtraArguments, Globals, Package};
|
||||
use argument_parsing::{ExtraArguments, Globals};
|
||||
use clap::Parser;
|
||||
use command::OutputMode;
|
||||
use core::fmt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue