aboutsummaryrefslogtreecommitdiff
path: root/src/db.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.rs')
-rw-r--r--src/db.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/db.rs b/src/db.rs
index 79eca91..87943ca 100644
--- a/src/db.rs
+++ b/src/db.rs
@@ -1,3 +1,6 @@
1use serde::Serialize;
2
3#[derive(Serialize)]
1pub struct Device { 4pub struct Device {
2 pub id: String, 5 pub id: String,
3 pub mac: String, 6 pub mac: String,