Most of the refactor. Need to switch machines.
This commit is contained in:
7
retired/nest_lib_rs_old/dependency.rs
Normal file
7
retired/nest_lib_rs_old/dependency.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Hash, Default, Clone, Deserialize, Serialize, PartialEq, Eq)]
|
||||
pub struct Dependency {
|
||||
name: String,
|
||||
version: String,
|
||||
}
|
||||
Reference in New Issue
Block a user