We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cargo.toml
VssStore
AuthMethod
1 parent fb6795e commit 5ea1b4aCopy full SHA for 5ea1b4a
Cargo.toml
@@ -76,7 +76,8 @@ libc = "0.2"
76
uniffi = { version = "0.26.0", features = ["build"], optional = true }
77
78
[target.'cfg(vss)'.dependencies]
79
-vss-client = "0.2"
+#vss-client = "0.2"
80
+vss-client = { git = "https://github.com/g8xsu/vss-rust-client", rev="ceaa00db43b10992e7e327661ffb398ca2178f6d"}
81
prost = { version = "0.11.6", default-features = false}
82
83
[target.'cfg(windows)'.dependencies]
0 commit comments