CargoCommand can take any package

This commit is contained in:
datdenkikniet 2023-04-16 09:44:30 +02:00
parent 9dc9f49263
commit 404867cdf9
4 changed files with 29 additions and 27 deletions

View file

@ -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;