fn descend<'a>(input: &'a Item, path: &[String]) -> CargoResult<&'a Item>
Descend into a manifest until the required table is found.