add Debug supertrait for Backend

This commit is contained in:
steven-omaha
2023-01-30 16:55:45 +01:00
parent 75addc0844
commit 8c2db88ba6
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ use serde_json::Value;
use crate::backend::backend_trait::*;
use crate::{impl_backend_constants, Group, Package};
#[derive(Debug)]
pub(crate) struct Rust {
pub(crate) packages: HashSet<Package>,
}