Explorar o código

add ed25519-dalek crate solana dependencie

ghassmo %!s(int64=4) %!d(string=hai) anos
pai
achega
fe57c78daf
Modificáronse 2 ficheiros con 6 adicións e 2 borrados
  1. 3 0
      Cargo.lock
  2. 3 2
      Cargo.toml

+ 3 - 0
Cargo.lock

@@ -1,5 +1,7 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
+version = 3
+
 [[package]]
 name = "Inflector"
 version = "0.11.4"
@@ -1348,6 +1350,7 @@ dependencies = [
  "ctrlc",
  "dirs 3.0.2",
  "easy-parallel",
+ "ed25519-dalek",
  "electrum-client",
  "failure",
  "failure_derive",

+ 3 - 2
Cargo.toml

@@ -84,8 +84,9 @@ dirs = "3.0.2"
 ## Cashier Solana Dependencies
 solana-sdk = {version = "1.7.11", optional = true}
 solana-client = {version = "1.7.11", optional = true}
-tokio-tungstenite = {version = "0.15.0", optional = true}
+tokio-tungstenite = {version = "0.15.0", optional = true} 
 tokio = {version = "1.11.0", features = ["full"], optional = true}
+ed25519-dalek = {version = "1.0.1", optional = true}
 
 ## Cashier Bitcoin Dependencies
 bitcoin = {version = "0.27.0", optional = true }
@@ -98,7 +99,7 @@ features = ["bundled", "sqlcipher"]
 
 [features]
 default = ["bitcoin", "secp256k1", "electrum-client"]
-sol = ["solana-sdk", "solana-client", "tokio-tungstenite", "tokio"]
+sol = ["solana-sdk", "solana-client", "tokio-tungstenite", "tokio", "ed25519-dalek" ]
 
 [[bin]]
 name = "lisp"