summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-10-07 10:44:39 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-10-07 10:44:39 +0200
commitf03ca639fd97b2b815639eaf553f43bcf57218c1 (patch)
tree83455c483ca5ac86ce8b6f62d316fec65a5985dd /src/main.rs
parent7f249fe8a85a6663eaa03d3ba1de3217e17c9a99 (diff)
Add protocol version helper function
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 3e3da3f..522e489 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -21,6 +21,7 @@ mod configuration;
mod repository;
mod state;
mod types;
+mod version;
use std::collections::BTreeMap;
use std::str::FromStr;