Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -11,6 +11,12 @@ pub struct Apt {
|
||||
deps: Vec<String>,
|
||||
}
|
||||
|
||||
impl Default for Apt {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl Apt {
|
||||
pub fn new() -> Self {
|
||||
Self { deps: Vec::new() }
|
||||
|
Reference in New Issue
Block a user