pub fn tech_of(dir: &Path) -> Option<&'static str>Expand description
The technology of a repository, read from its version file.
Cargo.toml means rust, pyproject.toml means python, a VERSION
file means bash. Where several are present the first in that order
answers, which is what the dependency verbs key on; a landing reads
them all through technologies_of.