nested_workspace 0.7.4

Run Cargo commands on workspaces in workspaces
Documentation
1
2
3
4
disallowed-methods = [
    { path = "std::path::Path::extension", reason = "use `DirEntryExt::extension`" },
    { path = "std::path::Path::file_name", reason = "use `std::fs::DirEntry::file_name`" },
]