diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-11 23:25:56 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-11 23:25:56 +0000 |
commit | aeb51dcf43665741a3438360151a4424e9b243e0 (patch) | |
tree | 8f79e2b303512468170883b1d0ada02e344a6e5b /src/main.rs | |
parent | Changed Info: to info: to be consistent (diff) | |
download | miniserve-aeb51dcf43665741a3438360151a4424e9b243e0.tar.gz miniserve-aeb51dcf43665741a3438360151a4424e9b243e0.zip |
Started to add helpful messages for errors which could occur during archiving
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 1bddd6d..59389b1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,6 +15,7 @@ mod args; mod auth; mod listing; mod renderer; +mod errors; #[derive(Clone, Debug)] /// Configuration of the Miniserve application |