Skip to content

Commit bb027f1

Browse files
committed
clean up cargo toml
1 parent 7f795c1 commit bb027f1

File tree

2 files changed

+72
-28
lines changed

2 files changed

+72
-28
lines changed

Cargo.lock

Lines changed: 61 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ js-sys = "0.3.70"
5252
wasm-bindgen-futures = "0.4.43"
5353
web-sys = { version = "0.3.70", features = [
5454
"console",
55-
"Headers",
56-
"ReadableStream",
57-
"ReferrerPolicy",
58-
"Request",
59-
"RequestCache",
60-
"RequestCredentials",
61-
"RequestInit",
62-
"RequestMode",
63-
"RequestRedirect",
64-
"Response",
65-
"ServiceWorkerGlobalScope",
66-
"WorkerGlobalScope",
6755
] }
6856
wasm-bindgen-rayon = { version = "1.2.1", optional = true }
6957

@@ -107,7 +95,6 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
10795
tracing = "0.1.40"
10896
rayon = { version = "1.8", features = ["web_spin_lock"] }
10997
subtle = "2.6.1"
110-
#wasm_thread = { version = "0.3.0" }
11198
wasm_thread = { git = "https://github.com/WilsonGramer/wasm_thread.git", rev = "eb41bcc0d98ce0620a313687c0344341391b9d78", features = ["keep_worker_alive"] }
11299

113100
wasm_sync = "0.1.2"
@@ -127,16 +114,14 @@ wasm-bindgen-rayon = { git = "https://github.com/9SMTM6/wasm-bindgen-rayon", rev
127114
# TODO: Remove these once the PRs are merged
128115
shardtree = { git = "https://github.com/ec2/incrementalmerkletree.git", rev = "16eff253ad2575d48feec04f7387e6507a7dd698" }
129116
incrementalmerkletree = { git = "https://github.com/ec2/incrementalmerkletree.git", rev = "16eff253ad2575d48feec04f7387e6507a7dd698" }
130-
#tonic-web-wasm-client = { path = "../tonic-web-wasm-client" }
131-
132-
#wasm_thread = { git = "https://github.com/WilsonGramer/wasm_thread.git", rev = "eb41bcc0d98ce0620a313687c0344341391b9d78" }
133-
134-
[patch.'https://github.com/chainsafe/librustzcash']
135-
zcash_address = { path = "../librustzcash/components/zcash_address" }
136-
zcash_client_backend = { path = "../librustzcash/zcash_client_backend" }
137-
zcash_client_sqlite = { path = "../librustzcash/zcash_client_sqlite" }
138-
zcash_client_memory = { path = "../librustzcash/zcash_client_memory" }
139-
zcash_keys = { path = "../librustzcash/zcash_keys" }
140-
zcash_primitives = { path = "../librustzcash/zcash_primitives" }
141-
zcash_proofs = { path = "../librustzcash/zcash_proofs" }
142-
zcash_protocol = { path = "../librustzcash/components/zcash_protocol" }
117+
118+
119+
#[patch.'https://github.com/chainsafe/librustzcash']
120+
#zcash_address = { path = "../librustzcash/components/zcash_address" }
121+
#zcash_client_backend = { path = "../librustzcash/zcash_client_backend" }
122+
#zcash_client_sqlite = { path = "../librustzcash/zcash_client_sqlite" }
123+
#zcash_client_memory = { path = "../librustzcash/zcash_client_memory" }
124+
#zcash_keys = { path = "../librustzcash/zcash_keys" }
125+
#zcash_primitives = { path = "../librustzcash/zcash_primitives" }
126+
#zcash_proofs = { path = "../librustzcash/zcash_proofs" }
127+
#zcash_protocol = { path = "../librustzcash/components/zcash_protocol" }

0 commit comments

Comments
 (0)