`cargo test -p ring` will build and run the tests, but apparently without installing *ring*'s dev-dependencies. Thus, we need to eliminate the dev-dependencies to make that work.
`cargo test -p ring` will build and run the tests, but apparently without installing *ring*'s dev-dependencies. Thus, we need to eliminate the dev-dependencies to make that work.