I'm trying to practice rust using exercism
one of problem set has a test file like this
when i tried to run Cargo test, its not recognizing the crate name.I tried different variations difference-of-squares,"difference-of-squares" with no success.
contents of Cargo.toml
edit: I tried with both stable release and the current nightly.