add more code

This commit is contained in:
Dr. Matthias Ratajczak
2022-09-02 19:42:01 +02:00
parent 69d1034835
commit ef20514d1c
10 changed files with 759 additions and 61 deletions
+2 -2
View File
@@ -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>,
}