Skip to content

Commit

Permalink
Add missing deps to anonymous-credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries committed Oct 24, 2024
1 parent 805233c commit f98e64b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
}

0 comments on commit f98e64b

Please sign in to comment.