Compare commits
No commits in common. "ea0a207a5fcbaa46ffa91cfe903767659a7560be" and "18213e1ee1c3269a46cb805a5e471e7d06d0777f" have entirely different histories.
ea0a207a5f
...
18213e1ee1
|
@ -8,9 +8,6 @@ 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
|
and unique keypairs. This ensures only the agent has control over the mnemonic
|
||||||
itself, and other components can simply request deterministic data.
|
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
|
## Dependency Policy
|
||||||
|
|
||||||
Dependencies must not be added to core utilities such as seed generation and
|
Dependencies must not be added to core utilities such as seed generation and
|
||||||
|
|
|
@ -105,11 +105,8 @@ allow = [
|
||||||
"MIT",
|
"MIT",
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"ISC",
|
|
||||||
"CC0-1.0",
|
"CC0-1.0",
|
||||||
"Unicode-DFS-2016",
|
"Unicode-DFS-2016",
|
||||||
"LGPL-2.0",
|
|
||||||
"LGPL-3.0",
|
|
||||||
#"Apache-2.0 WITH LLVM-exception",
|
#"Apache-2.0 WITH LLVM-exception",
|
||||||
]
|
]
|
||||||
# List of explicitly disallowed licenses
|
# List of explicitly disallowed licenses
|
||||||
|
@ -145,7 +142,6 @@ exceptions = [
|
||||||
# Each entry is the crate and version constraint, and its specific allow
|
# Each entry is the crate and version constraint, and its specific allow
|
||||||
# list
|
# list
|
||||||
#{ allow = ["Zlib"], name = "adler32", version = "*" },
|
#{ allow = ["Zlib"], name = "adler32", version = "*" },
|
||||||
{ allow = ["BSL-1.0"], name = "xxhash-rust", version = "*" },
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Some crates don't have (easily) machine readable licensing information,
|
# Some crates don't have (easily) machine readable licensing information,
|
||||||
|
|
Loading…
Reference in New Issue