Improve docs a bit

This commit is contained in:
Luke Parker
2024-06-19 08:36:26 -04:00
parent 08b95abdd8
commit 6f61861d4b
8 changed files with 11 additions and 16 deletions

View File

@@ -54,7 +54,7 @@ ethereum-serai = { path = "../coins/ethereum", default-features = false, optiona
# Monero
dalek-ff-group = { path = "../crypto/dalek-ff-group", default-features = false, features = ["std"], optional = true }
monero-simple-request-rpc = { path = "../coins/monero/rpc/simple-request", default-features = false, optional = true }
monero-wallet = { path = "../coins/monero/wallet", default-features = false, features = ["std", "multisig"], optional = true }
monero-wallet = { path = "../coins/monero/wallet", default-features = false, features = ["std", "multisig", "compile-time-generators"], optional = true }
# Application
log = { version = "0.4", default-features = false, features = ["std"] }