pub fn find_project_root(base: &Path) -> Option<PathBuf>Expand description
Find the project root by walking up from a base directory looking for
harn.toml, via the shared harn-modules walk so the in-VM resolver agrees
with the CLI and LSP on where a project starts.