aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zot/mod.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-11-06 17:34:54 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-11-06 17:34:54 +0100
commit1b6bc078d6fa12ee62756c02dbaba0be671307b4 (patch)
treec75e5b38fe2e9d8bfc451ff0db122bb451ec7bcb /examples/zot/mod.rs
parent203de7061c04ae8fbe2b57e755da00c2f66a5a97 (diff)
downloadrust-zotapi-1b6bc078d6fa12ee62756c02dbaba0be671307b4.tar.gz
rust-zotapi-1b6bc078d6fa12ee62756c02dbaba0be671307b4.tar.bz2
rust-zotapi-1b6bc078d6fa12ee62756c02dbaba0be671307b4.zip
Move abconfig example to new example app.
Diffstat (limited to 'examples/zot/mod.rs')
-rw-r--r--examples/zot/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/zot/mod.rs b/examples/zot/mod.rs
index 5e3874c..3bb3c93 100644
--- a/examples/zot/mod.rs
+++ b/examples/zot/mod.rs
@@ -1,3 +1,4 @@
+pub mod abconfig;
pub mod abook;
pub mod channel_stream;
pub mod item;