aboutsummaryrefslogtreecommitdiff
path: root/src/dl_list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dl_list.rs')
-rw-r--r--src/dl_list.rs2
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 @@
1use super::regex::Regex; 1use super::regex::Regex;
2 2
3#[derive(Debug)] 3#[derive(Debug, Serialize)]
4pub struct DLListItem { 4pub struct DLListItem {
5 name: String, 5 name: String,
6 value: String, 6 value: String,