add more code
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ use std::io::BufReader;
|
||||
use std::io::Lines;
|
||||
|
||||
#[derive(Debug, Eq, PartialOrd, Ord)]
|
||||
pub(crate) struct Package {
|
||||
pub(crate) name: String,
|
||||
pub struct Package {
|
||||
pub name: String,
|
||||
repo: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user