Skip to content

Commit

Permalink
update: cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed May 5, 2023
1 parent 49bad8f commit 22fc3ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "ed25519-axolotl"
version = "1.7.1"
version = "2.0.0"
edition = "2021"
description = "Ed25519-like signatures with X25519 keys, Axolotl-style."
repository = "https://github.com/lunes-platform/ed25519-axolotl.git"
license = "Apache-2.0"
keywords = ["ed25519", "axolotl", "lunes", "cryptography", "cryptocurrencies"]
repository = "https://github.com/olivmath/ed25519-axolotl.git"
license = "MIT"
keywords = ["ed25519", "axolotl", "cryptography", "cryptocurrencies"]
categories = ["cryptography", "cryptography::cryptocurrencies", "algorithms"]
readme = "README.md"


[dependencies]
rand = "0.8.4"
rand = "0.8.5"

0 comments on commit 22fc3ac

Please sign in to comment.