Skip to content

Commit e776403

Browse files
committed
move ncrypto to deps
1 parent 57fe090 commit e776403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workerd/io/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ wd_cc_library(
8585
"@capnp-cpp//src/kj/compat:kj-brotli",
8686
"@capnp-cpp//src/kj/compat:kj-gzip",
8787
"@nbytes",
88-
"@ncrypto",
8988
"@simdutf",
9089
"@ssl",
9190
],
@@ -125,6 +124,7 @@ wd_cc_library(
125124
"@capnp-cpp//src/capnp:capnp-rpc",
126125
"@capnp-cpp//src/capnp/compat:http-over-capnp",
127126
"@capnp-cpp//src/kj:kj-async",
127+
"@ncrypto",
128128
],
129129
)
130130

0 commit comments

Comments
 (0)