Selaa lähdekoodia

add async-std to wallet feature

ghassmo 4 vuotta sitten
vanhempi
sitoutus
313b6ee545
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -268,6 +268,7 @@ crypto = [
 wallet = [
 	"sqlx",
 	"libsqlite3-sys",
+	"async-std",
 
 	"crypto",
 	"util",