I've realized that I don't use any dependency injection in #Rust, and I don't miss it.
Cargo makes dependencies and workspaces so easy, that I break code up into small libraries instead. They are testable individually, and bigger things that would be unit tests with DI become more of integration tests instead.