diff options
Diffstat (limited to 'src/dl_list.rs')
-rw-r--r-- | src/dl_list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dl_list.rs b/src/dl_list.rs index 979c332..3327388 100644 --- a/src/dl_list.rs +++ b/src/dl_list.rs | |||
@@ -1,6 +1,6 @@ | |||
1 | use super::regex::Regex; | 1 | use super::regex::Regex; |
2 | 2 | ||
3 | #[derive(Debug)] | 3 | #[derive(Debug, Serialize)] |
4 | pub struct DLListItem { | 4 | pub struct DLListItem { |
5 | name: String, | 5 | name: String, |
6 | value: String, | 6 | value: String, |