diff --git a/components/web_discovery/browser/anonymous_credentials/rust/BUILD.gn b/components/web_discovery/browser/anonymous_credentials/rust/BUILD.gn index 030b5da1e389..452a9e5f3ec4 100644 --- a/components/web_discovery/browser/anonymous_credentials/rust/BUILD.gn +++ b/components/web_discovery/browser/anonymous_credentials/rust/BUILD.gn @@ -23,4 +23,11 @@ rust_static_library("rust_lib") { visibility = [ "//brave/components/web_discovery/browser:*" ] cxx_bindings = [ "src/lib.rs" ] + + deps = [ + "//brave/third_party/rust/brave_miracl/v0_1:lib", + "//brave/third_party/rust/lazy_static/v1:lib", + "//brave/third_party/rust/rand/v0_8:lib", + "//brave/third_party/rust/thiserror/v1:lib", + ] }