Kick monero-seed, polyseed, monero-wallet-util to https://github.com/kayabaNerve/monero-wallet-util

This commit is contained in:
Luke Parker
2024-09-20 03:24:33 -04:00
parent 9eee1d971e
commit 5c6160c398
45 changed files with 3 additions and 43420 deletions

View File

@@ -35,4 +35,4 @@ dkg = { path = "../../crypto/dkg", default-features = false }
bitcoin-serai = { path = "../../networks/bitcoin", default-features = false, features = ["hazmat"] }
monero-wallet-util = { path = "../../networks/monero/wallet/util", default-features = false, features = ["compile-time-generators"] }
monero-wallet = { path = "../../networks/monero/wallet", default-features = false, features = ["compile-time-generators"] }

View File

@@ -20,4 +20,4 @@ pub use frost_schnorrkel;
pub use bitcoin_serai;
pub use monero_wallet_util;
pub use monero_wallet;