pub fn tech_of(dir: &Path) -> Option<&'static str>
The technology of a repository, read from its version file: Cargo.toml means rust, pyproject.toml means python, a VERSION file means bash.
Cargo.toml
pyproject.toml
VERSION