mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Fixed installation section in README; accidentally deleted this earlier
This commit is contained in:
parent
8319adbff4
commit
7529d65506
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,11 @@ Documentation is available [here](https://docs.rs/ed25519-dalek).
|
||||||
|
|
||||||
To install, add the following to your project's `Cargo.toml`:
|
To install, add the following to your project's `Cargo.toml`:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[dependencies.ed25519-dalek]
|
||||||
|
version = "1"
|
||||||
|
```
|
||||||
|
|
||||||
# Minimum Supported Rust Version
|
# Minimum Supported Rust Version
|
||||||
|
|
||||||
This crate requires Rust 1.56.1 at a minimum. 1.x releases of this crate supported an MSRV of 1.41.
|
This crate requires Rust 1.56.1 at a minimum. 1.x releases of this crate supported an MSRV of 1.41.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue