move strutil to base crate

I plan to use strutil::hex in db/auth.rs.
This commit is contained in:
Scott Lamb
2018-03-30 08:53:59 -07:00
parent 0701121586
commit 97d831e054
5 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,6 @@ mod mp4;
mod slices;
mod stream;
mod streamer;
mod strutil;
mod web;
/// Commandline usage string. This is in the particular format expected by the `docopt` crate.