diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 7edeff7ed6aea6..75a8691f3cad10 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -29,6 +29,7 @@ uriparse = { workspace = true } [dev-dependencies] assert_matches = { workspace = true } +solana-pubkey = { workspace = true, features = ["rand"] } [features] default = ["linux-static-hidraw", "hidapi"]