v0.1.0
* Updating crate category The old versions were invalid. Not known until I tried publishing. * Making cloneable struct fields public Resolves #11 * Changing lifetimes to str in GitRepoWatchHandler Having trouble passing str with non-static lifetimes * Missed lifetime change to part of GitCredentials * Finally able to clone private repos Lesson learned: Don't modify repo string at all! Resolves #13 * Changing prints to log info/debug Also some cargo format * Version bump for crates.io