mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-07 20:50:38 +00:00
fix path
This commit is contained in:
parent
ea4bc9b079
commit
4604066747
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -64,17 +64,17 @@ fiat-crypto = { version = "0.1.6", optional = true}
|
|||
#version = "0.1.0"
|
||||
#optional = true
|
||||
[dependencies.engine25519-as]
|
||||
#git="https://github.com/betrusted-io/engine25519-as.git"
|
||||
#rev="0bafc1ff8f58b66189d8c2f9ab7046cbbef77e6e"
|
||||
path="../engine25519-as"
|
||||
git="https://github.com/betrusted-io/engine25519-as.git"
|
||||
rev="6681e73c1fdc4a460b5ef9f9c7c91aef546d00f3"
|
||||
#path="../engine25519-as"
|
||||
default-features = false
|
||||
features = []
|
||||
optional = true
|
||||
|
||||
[dev-dependencies.engine25519-as]
|
||||
#git="https://github.com/betrusted-io/engine25519-as.git"
|
||||
#rev="0bafc1ff8f58b66189d8c2f9ab7046cbbef77e6e"
|
||||
path="../engine25519-as"
|
||||
git="https://github.com/betrusted-io/engine25519-as.git"
|
||||
rev="6681e73c1fdc4a460b5ef9f9c7c91aef546d00f3"
|
||||
#path="../engine25519-as"
|
||||
|
||||
[features]
|
||||
nightly = ["subtle/nightly"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue