summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-10-24 12:01:50 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-10-24 12:02:00 +0200
commit7e4112781b6503ae863f3861db689be888eaca2b (patch)
treea55d7dd1b604a112af8f502d30aef2a9f714bbde
parenta3e35b997e0395e1c424132a63590e6f5a0cfd5a (diff)
Import getset for getter generation
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--service-person/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/service-person/Cargo.toml b/service-person/Cargo.toml
index 530e944..833bdd2 100644
--- a/service-person/Cargo.toml
+++ b/service-person/Cargo.toml
@@ -11,3 +11,4 @@ anyhow = "1"
serde = "1"
diesel = { version = "1.4.4", features = ["postgres", "r2d2"] }
diesel_migrations = "1.4"
+getset = "0.1"