mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Remove extern crate instructions.
This is no longer required in Rust 2018, which is the default.
This commit is contained in:
parent
be4cbe2af3
commit
8e6b646e64
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue