pub fn build_and_print(
    ws: &Workspace<'_>,
    opts: &TreeOptions
) -> CargoResult<()>
Expand description

Entry point for the cargo tree command.