aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zot/mod.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-11-06 17:18:31 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-11-06 17:18:31 +0100
commit203de7061c04ae8fbe2b57e755da00c2f66a5a97 (patch)
treed2f22e4177dddb2a717b1608f5cde9a257c893a4 /examples/zot/mod.rs
parent3e627a2e38d296b919e0b4439f2a93b0fb1d5e21 (diff)
downloadrust-zotapi-203de7061c04ae8fbe2b57e755da00c2f66a5a97.tar.gz
rust-zotapi-203de7061c04ae8fbe2b57e755da00c2f66a5a97.tar.bz2
rust-zotapi-203de7061c04ae8fbe2b57e755da00c2f66a5a97.zip
Move the post new item example code 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 089a4cb..5e3874c 100644
--- a/examples/zot/mod.rs
+++ b/examples/zot/mod.rs
@@ -1,4 +1,5 @@
pub mod abook;
pub mod channel_stream;
+pub mod item;
pub mod network_stream;
pub mod xchan;