summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-10 09:02:27 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-10 10:29:27 +0300
commite13ef6a773755e8eed4d0fb1e55f3bd80a6c5cfd (patch)
tree0ef79cad97789850efc5fcfe8073dd120b8473d7 /src/lib.rs
parentf3ed6ba027dbb410161970c4a706192885d92a3d (diff)
downloadobnam2-e13ef6a773755e8eed4d0fb1e55f3bd80a6c5cfd.tar.gz
refactor: move ClientConfig into its own module
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index fb4c7fe..82dab15 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -9,6 +9,7 @@ pub mod chunkid;
pub mod chunkmeta;
pub mod client;
pub mod cmd;
+pub mod config;
pub mod error;
pub mod fsentry;
pub mod fsiter;