Listen to git commits for a specific repo and run a shell command
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "json" 7version = "0.12.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" 10 11[[package]] 12name = "tangled-on-commit" 13version = "0.1.0" 14dependencies = [ 15 "json", 16]