mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Fix installation instructions to use new package name.
This commit is contained in:
parent
2084edef2c
commit
c9b5cb910c
1 changed files with 2 additions and 2 deletions
|
|
@ -54,11 +54,11 @@ Documentation is available [here](https://docs.rs/ed25519-dalek).
|
||||||
To install, add the following to the dependencies section of your project's
|
To install, add the following to the dependencies section of your project's
|
||||||
`Cargo.toml`:
|
`Cargo.toml`:
|
||||||
|
|
||||||
ed25519 = "0.1.0"
|
ed25519-dalek = "0.1.0"
|
||||||
|
|
||||||
Then, in your library or executable source, add:
|
Then, in your library or executable source, add:
|
||||||
|
|
||||||
extern crate ed25519
|
extern crate ed25519_dalek
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue