git_hooks 0.1.3

A simple cargo build script to copy a hooks folder into .git/hooks so that your developers are all running the same git hooks
Build #57474 2017-06-05T17:05:00.483440+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading git_hooks v0.1.3
Compiling git_hooks v0.1.3
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/git_hooks-0.1.3/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=35680bdad92fc5a3 -C extra-filename=-35680bdad92fc5a3 --out-dir /home/cratesfyi/cratesfyi/debug/build/git_hooks-35680bdad92fc5a3 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/git_hooks-35680bdad92fc5a3/build-script-build`
thread 'main' panicked at 'Human(
failed to run custom build command for `git_hooks v0.1.3`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/git_hooks-35680bdad92fc5a3/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Failed to create symlink NotFound', .cargo/registry/src/github.com-1ecc6299db9ec823/git_hooks-0.1.3/build.rs:26
note: Run with `RUST_BACKTRACE=1` for a backtrace.

)', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.