Make local hooks work

This commit is contained in:
Chris Kuehl
2018-05-24 19:42:58 -07:00
parent 23fe0be286
commit 5ac2ba0f7b
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[package]
name = "__fake_crate"
version = "0.0.0"
[[bin]]
name = "__fake_cmd"
path = "main.rs"

View File

@@ -0,0 +1 @@
fn main() {}