summaryrefslogtreecommitdiff
path: root/src/model/property_groups/mod.rs
diff options
context:
space:
mode:
authorjelemux <jeremias.weber@protonmail.com>2021-02-26 16:46:50 +0100
committerjelemux <jeremias.weber@protonmail.com>2021-02-26 16:46:50 +0100
commitb7875dc4072abeec26f93b3d322d00cecff23cfb (patch)
tree78c70a075642ec67aa85e1c3dfb04d72e632c3ec /src/model/property_groups/mod.rs
parentac31460bac3c050abe1e45ec975f3537d1937751 (diff)
downloadwasm-card-b7875dc4072abeec26f93b3d322d00cecff23cfb.tar.gz
wasm-card-b7875dc4072abeec26f93b3d322d00cecff23cfb.tar.bz2
add communication property
Diffstat (limited to 'src/model/property_groups/mod.rs')
-rw-r--r--src/model/property_groups/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/property_groups/mod.rs b/src/model/property_groups/mod.rs
index 3bfc9f3..ec4e87f 100644
--- a/src/model/property_groups/mod.rs
+++ b/src/model/property_groups/mod.rs
@@ -1,4 +1,5 @@
pub mod address;
+pub mod communication;
pub mod name;
pub mod organizational;
pub mod other_identification;