summaryrefslogtreecommitdiffstats
path: root/lib/sellershut-core/src/google.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sellershut-core/src/google.rs')
-rw-r--r--lib/sellershut-core/src/google.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/sellershut-core/src/google.rs b/lib/sellershut-core/src/google.rs
new file mode 100644
index 0000000..b28aee0
--- /dev/null
+++ b/lib/sellershut-core/src/google.rs
@@ -0,0 +1,7 @@
+/// Well known types
+pub mod protobuf {
+ include!(concat!(env!("OUT_DIR"), "/google.protobuf.rs"));
+}
+
+#[cfg(feature = "time")]
+mod helpers;