mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +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
|
||||
`Cargo.toml`:
|
||||
|
||||
ed25519 = "0.1.0"
|
||||
ed25519-dalek = "0.1.0"
|
||||
|
||||
Then, in your library or executable source, add:
|
||||
|
||||
extern crate ed25519
|
||||
extern crate ed25519_dalek
|
||||
|
||||
# TODO
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue