Updated Cargo.toml repo and homepage links to the Github monorepo

This commit is contained in:
Michael Rosenberg 2023-08-28 02:36:14 -04:00
parent c058cd9057
commit 594b1f9ffe
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,8 @@ authors = [
] ]
readme = "README.md" readme = "README.md"
license = "BSD-3-Clause" license = "BSD-3-Clause"
repository = "https://github.com/dalek-cryptography/ed25519-dalek" repository = "https://github.com/dalek-cryptography/curve25519-dalek"
homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
documentation = "https://docs.rs/ed25519-dalek" documentation = "https://docs.rs/ed25519-dalek"
keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"] keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"]
categories = ["cryptography", "no-std"] categories = ["cryptography", "no-std"]

View file

@ -14,8 +14,8 @@ authors = [
] ]
readme = "README.md" readme = "README.md"
license = "BSD-3-Clause" license = "BSD-3-Clause"
repository = "https://github.com/dalek-cryptography/x25519-dalek" repository = "https://github.com/dalek-cryptography/curve25519-dalek"
homepage = "https://dalek.rs/" homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
documentation = "https://docs.rs/x25519-dalek" documentation = "https://docs.rs/x25519-dalek"
categories = ["cryptography", "no-std"] categories = ["cryptography", "no-std"]
keywords = ["cryptography", "curve25519", "key-exchange", "x25519", "diffie-hellman"] keywords = ["cryptography", "curve25519", "key-exchange", "x25519", "diffie-hellman"]