summaryrefslogtreecommitdiffstats
path: root/service-person/src/model/city.rs
diff options
context:
space:
mode:
Diffstat (limited to 'service-person/src/model/city.rs')
-rw-r--r--service-person/src/model/city.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/service-person/src/model/city.rs b/service-person/src/model/city.rs
new file mode 100644
index 0000000..3c82e73
--- /dev/null
+++ b/service-person/src/model/city.rs
@@ -0,0 +1,5 @@
+use serde::Deserialize;
+
+#[derive(Debug, Deserialize)]
+pub struct City(String);
+