mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
curve: update repository in Cargo.toml (#575)
Point to the subdirectory which contains the crate
This commit is contained in:
parent
a3a08b01ab
commit
1ec4a36a80
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
|||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||
readme = "README.md"
|
||||
license = "BSD-3-Clause"
|
||||
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
|
||||
repository = "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek"
|
||||
homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
|
||||
documentation = "https://docs.rs/curve25519-dalek"
|
||||
categories = ["cryptography", "no-std"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue