diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 5ea9a74..ce886bf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,6 +18,7 @@ pub mod bundle; pub mod cli; pub mod config_file; pub mod new; +pub mod constants; // The copyright header tells you, where this file is from. pub mod file_tree; |