diff options
| author | Philipp A | 2018-12-02 12:37:31 +0100 |
|---|---|---|
| committer | Philipp A | 2018-12-02 12:37:31 +0100 |
| commit | fad2dff1c719470a4ed8542b05a210056de6949a (patch) | |
| tree | 69142a504f085e6350e071a4c2d35a7b0e7e3b73 /src/bin.rs | |
| parent | 30f5d8b4a22c189bc8a4b24e9cf2bb4907ef191b (diff) | |
| download | rust-rst-fad2dff1c719470a4ed8542b05a210056de6949a.tar.bz2 | |
Switched url to target
Diffstat (limited to 'src/bin.rs')
| -rw-r--r-- | src/bin.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ pub mod document_tree; pub mod parser; +pub mod target; use structopt::StructOpt; |
