refactor(core): split allowlist configuration per module (#1263)

* refactor(core): split allowlist configuration per module

* fix: build with all features

* fix(cli): run fmt

* fix(core): run fmt
This commit is contained in:
Lucas Fernandes Nogueira
2021-02-20 14:09:18 -03:00
committed by GitHub
parent 75eaaf0132
commit e0be59ea26
23 changed files with 729 additions and 160 deletions

7
cli/core/Cargo.lock generated
View File

@@ -329,12 +329,6 @@ version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "core-foundation"
version = "0.9.1"
@@ -1999,7 +1993,6 @@ dependencies = [
"anyhow",
"clap 3.0.0-beta.2",
"colored",
"convert_case",
"json-patch",
"notify",
"once_cell",