diff options
author | jan <jan@ruken.pw> | 2016-10-01 17:12:39 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-10-01 17:12:50 (UTC) |
commit | 6269372d8f4fc893d1679e6c56d66aefe24c6588 (patch) | |
tree | a88f567137fb07656549387d062a9b19b3a76586 /src/dl_list.rs | |
parent | 9138d3e359fcf7283b78f48c8d2d58a492814773 (diff) |
serde
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, |