summaryrefslogtreecommitdiffstats
path: root/lib/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-18 12:53:05 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-18 17:31:04 +0100
commit0682a97f9c0f5961dd1a22ba2ff8e545cef76400 (patch)
tree12f4f93d9dcda6547708c98f9ec359f7ccc5fcc7 /lib/src/lib.rs
parentd8f49b7cddf3c5b869cc107b00d1bf249aefeff3 (diff)
Implement Timeline
for that, we remove the distrox_lib::config::Config type which was unused anyways, because it makes the whole implementation a bit less complex. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'lib/src/lib.rs')
-rw-r--r--lib/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/src/lib.rs b/lib/src/lib.rs
index 0cccef9..04fc959 100644
--- a/lib/src/lib.rs
+++ b/lib/src/lib.rs
@@ -1,5 +1,4 @@
pub mod client;
-pub mod config;
pub mod consts;
pub mod ipfs_client;
pub mod profile;