deleting pinrule struct

This commit is contained in:
shibazaki 2025-10-06 08:26:20 +02:00
parent bd91f22a26
commit dfad956246

View File

@ -29,12 +29,6 @@ pub struct Package {
pub version: String,
}
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct PinRule {
pub package: Package,
pub priority: i32,
}
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Options {
pub include_dependencies: bool,