I’m unable to use the rand crate in the Rust track exercises, even though it is on the list of approved external crates. When I submit a solution to the Diffie-Hellman exercise that uses the rand crate to initialize the private key, the tests fail with the error
use of undeclared crate or module `rand`