Remove extern crate instructions.

This is no longer required in Rust 2018, which is the default.
This commit is contained in:
Henry de Valence 2019-10-25 15:59:19 -07:00
parent be4cbe2af3
commit 8e6b646e64

View file

@ -47,10 +47,6 @@ your project's `Cargo.toml`:
```toml
curve25519-dalek = "2"
```
Then import the crate as:
```rust,no_run
extern crate curve25519_dalek;
```
# Backends and Features