aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin.rs
diff options
context:
space:
mode:
authorPhilipp A2018-12-02 12:37:31 +0100
committerPhilipp A2018-12-02 12:37:31 +0100
commitfad2dff1c719470a4ed8542b05a210056de6949a (patch)
tree69142a504f085e6350e071a4c2d35a7b0e7e3b73 /src/bin.rs
parent30f5d8b4a22c189bc8a4b24e9cf2bb4907ef191b (diff)
downloadrust-rst-fad2dff1c719470a4ed8542b05a210056de6949a.tar.bz2
Switched url to target
Diffstat (limited to 'src/bin.rs')
-rw-r--r--src/bin.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin.rs b/src/bin.rs
index 63598de..659c6fa 100644
--- a/src/bin.rs
+++ b/src/bin.rs
@@ -2,6 +2,7 @@
pub mod document_tree;
pub mod parser;
+pub mod target;
use structopt::StructOpt;