diff options
Diffstat (limited to 'src/db.rs')
-rw-r--r-- | src/db.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ | |||
1 | use serde::Serialize; | ||
2 | |||
3 | #[derive(Serialize)] | ||
1 | pub struct Device { | 4 | pub struct Device { |
2 | pub id: String, | 5 | pub id: String, |
3 | pub mac: String, | 6 | pub mac: String, |