README: add note about cargo-hakari
This commit is contained in:
parent
18213e1ee1
commit
6fb4035f0b
|
@ -8,6 +8,9 @@ This toolchain uses a bip32 seed loaded into an agent to generate deterministic
|
|||
and unique keypairs. This ensures only the agent has control over the mnemonic
|
||||
itself, and other components can simply request deterministic data.
|
||||
|
||||
This repository must not be managed by `cargo-hakari`, to ensure each plumbing
|
||||
binary can be built with as few dependencies and SLOC to review as possible.
|
||||
|
||||
## Dependency Policy
|
||||
|
||||
Dependencies must not be added to core utilities such as seed generation and
|
||||
|
|
Loading…
Reference in New Issue