pub fn find_beans_dir(start: &Path) -> Result<PathBuf>
Walk up from start looking for a .beans/ directory. Returns the path to the .beans/ directory if found. Errors if no .beans/ directory exists in any ancestor.
start
.beans/