Adding test_ed25519_dalek library as a dependency

Run this command in a terminal, in your project's directory:

cargo add test-ed25519-dalek

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

test-ed25519-dalek = "2.0.0-pre.3"

The test_ed25519_dalek library will be automatically available globally. Read the test_ed25519_dalek library documentation.

Back to the crate overview.