▲ | spoiler 2 hours ago | |
Not saying this in defence of Rust or Cargo, but often times those dependencies are just different versions of the same thing. In a project at one of my previous companies, a colleague noticed we had LOADS of `regex` crate versions. Forgot the number but it was well over 100 | ||
▲ | 2 hours ago | parent | next [-] | |
[deleted] | ||
▲ | treyd 2 hours ago | parent | prev [-] | |
That seems like a failure in workspace management. The most duplicates I've seen was 3, with crates like url or uuid, even in projects with 1000+ distinct deps. |