Skip to content

Commit

Permalink
crates: move diem-logger to crates directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored and bors-libra committed Dec 3, 2021
1 parent c6e2455 commit cddc1ab
Show file tree
Hide file tree
Showing 71 changed files with 54 additions and 54 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ resolver = "2"
members = [
"api",
"api/types",
"common/logger",
"common/logger/derive",
"config",
"config/generate-key",
"config/global-constants",
Expand All @@ -31,6 +29,8 @@ members = [
"crates/diem-id-generator",
"crates/diem-infallible",
"crates/diem-json-rpc-client",
"crates/diem-log-derive",
"crates/diem-logger",
"crates/diem-metrics",
"crates/diem-metrics-core",
"crates/diem-proptest-helpers",
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ warp = { version = "0.3.0", features = ["default"] }
diem-config = { path = "../config" }
diem-crypto = { path = "../crates/diem-crypto" }
diem-json-rpc = { path = "../json-rpc" }
diem-logger = { path = "../common/logger" }
diem-logger = { path = "../crates/diem-logger" }
diem-mempool = { path = "../mempool"}
diem-metrics = { path = "../crates/diem-metrics" }
diem-types = { path = "../types" }
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bcs = "0.1.2"
diem-crypto = { path = "../crates/diem-crypto" }
diem-crypto-derive = { path = "../crates/diem-crypto-derive" }
diem-global-constants = { path = "./global-constants"}
diem-logger = { path = "../common/logger" }
diem-logger = { path = "../crates/diem-logger" }
diem-network-address-encryption = { path = "management/network-address-encryption" }
diem-secure-storage = { path = "../secure/storage" }
diem-temppath = { path = "../crates/diem-temppath" }
Expand Down
2 changes: 1 addition & 1 deletion config/management/network-address-encryption/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ thiserror = "1.0.24"
bcs = "0.1.2"
diem-global-constants = { path = "../../global-constants"}
diem-infallible = { path = "../../../crates/diem-infallible" }
diem-logger = { path = "../../../common/logger" }
diem-logger = { path = "../../../crates/diem-logger" }
diem-secure-storage = { path = "../../../secure/storage" }
diem-types = { path = "../../../types" }
diem-workspace-hack = { path = "../../../crates/diem-workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion config/seed-peer-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bcs = "0.1.2"
diem-config = { path = ".." }
diem-crypto = { path = "../../crates/diem-crypto" }
diem-client = { path = "../../crates/diem-client", features = ["blocking"], default-features = false }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-temppath = { path = "../../crates/diem-temppath" }
diem-types = { path = "../../types" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fallible = { path = "../crates/fallible" }
bcs = "0.1.2"
diem-config = { path = "../config" }
diem-crypto = { path = "../crates/diem-crypto" }
diem-logger = { path = "../common/logger" }
diem-logger = { path = "../crates/diem-logger" }
diem-mempool = { path = "../mempool" }
diem-metrics = { path = "../crates/diem-metrics" }
diem-infallible = { path = "../crates/diem-infallible" }
Expand Down
2 changes: 1 addition & 1 deletion consensus/safety-rules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ diem-config = { path = "../../config" }
diem-crypto = { path = "../../crates/diem-crypto" }
diem-global-constants = { path = "../../config/global-constants"}
diem-infallible = { path = "../../crates/diem-infallible" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-proptest-helpers = { path = "../../crates/diem-proptest-helpers", optional = true }
diem-secure-net = { path = "../../secure/net" }
diem-secure-push-metrics = { path = "../../secure/push-metrics" }
Expand Down
2 changes: 1 addition & 1 deletion crates/crash-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ edition = "2018"
backtrace = "0.3.56"
toml = "0.5.8"

diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
serde = { version = "1.0.124", features = ["derive"] }
2 changes: 1 addition & 1 deletion crates/debug-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ tokio = { version = "1.8.1", features = ["full"] }
warp = "0.3.0"

diem-config = { path = "../../config" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-metrics = { path = "../../crates/diem-metrics" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
2 changes: 1 addition & 1 deletion crates/diem-faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tokio = { version = "1.8.1", features = ["full"] }
warp = "0.3.0"

generate-key = { path = "../../config/generate-key" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-sdk = { path = "../../sdk" }

diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
proc-macro = true

[dependencies]
diem-workspace-hack = { path = "../../../crates/diem-workspace-hack" }
diem-workspace-hack = { path = "../diem-workspace-hack" }
syn = { version = "1.0.64", features = ["extra-traits"] }
quote = "1.0.9"
proc-macro2 = "1.0.24"
File renamed without changes.
6 changes: 3 additions & 3 deletions common/logger/Cargo.toml → crates/diem-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backtrace = { version = "0.3", features = ["serde"] }
chrono = "0.4.19"
erased-serde = "0.3.13"
hostname = "0.3.1"
diem-log-derive = { path = "derive" }
diem-infallible = { path = "../../crates/diem-infallible" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
diem-log-derive = { path = "../diem-log-derive" }
diem-infallible = { path = "../diem-infallible" }
diem-workspace-hack = { path = "../diem-workspace-hack" }
once_cell = "1.7.2"
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/diem-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ prometheus = { version = "0.12.0", default-features = false }
serde_json = "1.0.64"
tokio = { version = "1.8.1", features = ["full"] }

diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-metrics-core = { path = "../diem-metrics-core" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }

Expand Down
2 changes: 1 addition & 1 deletion crates/diem-rate-limiter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
diem-infallible = { path= "../../crates/diem-infallible" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-metrics = { path = "../../crates/diem-metrics" }
futures = "0.3.12"
pin-project = "1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/diem-retrier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ edition = "2018"
[dependencies]
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
tokio = { version = "1.8.1", features = ["time"] }
diem-logger = { path = "../../common/logger"}
diem-logger = { path = "../../crates/diem-logger"}
2 changes: 1 addition & 1 deletion crates/transaction-emitter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ tokio = { version = "1.8.1", features = ["full"] }
diem-client = { path = "../diem-client"}
diem-config = { path = "../../config" }
diem-crypto = { path = "../diem-crypto" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-sdk = { path = "../../sdk" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
2 changes: 1 addition & 1 deletion diem-move/diem-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tracing = "0.1.16"

bcs = "0.1.2"
diem-crypto = { path = "../../crates/diem-crypto" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-metrics = { path = "../../crates/diem-metrics" }
diem-state-view = { path = "../../storage/state-view" }
diem-types = { path = "../../types" }
Expand Down
2 changes: 1 addition & 1 deletion diem-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ diem-data-client = { path = "../state-sync/diem-data-client" }
diem-framework-releases = { path = "../diem-move/diem-framework/DPN/releases" }
diem-genesis-tool = {path = "../config/management/genesis", features = ["testing"] }
diem-json-rpc = { path = "../json-rpc" }
diem-logger = { path = "../common/logger" }
diem-logger = { path = "../crates/diem-logger" }
diem-mempool = { path = "../mempool" }
diem-metrics = { path = "../crates/diem-metrics" }
diem-secure-storage = { path = "../secure/storage" }
Expand Down
2 changes: 1 addition & 1 deletion execution/execution-correctness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bcs = "0.1.2"
diem-config = { path = "../../config" }
diem-crypto = { path = "../../crates/diem-crypto" }
diem-global-constants = { path = "../../config/global-constants"}
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-infallible = { path = "../../crates/diem-infallible" }
diem-secure-net = { path = "../../secure/net" }
diem-secure-storage = { path = "../../secure/storage" }
Expand Down
2 changes: 1 addition & 1 deletion execution/executor-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ diem-crypto = { path = "../../crates/diem-crypto" }
diem-genesis-tool = {path = "../../config/management/genesis", features = ["testing"] }
diem-infallible = { path = "../../crates/diem-infallible" }
diem-jellyfish-merkle = { path = "../../storage/jellyfish-merkle" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-types = { path = "../../types" }
diem-vm= { path = "../../diem-move/diem-vm" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion execution/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ consensus-types = { path = "../../consensus/consensus-types"}
executor-types = { path = "../executor-types" }
bcs = "0.1.2"
diem-crypto = { path = "../../crates/diem-crypto" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-metrics = { path = "../../crates/diem-metrics" }
diem-infallible = { path = "../../crates/diem-infallible" }
diem-secure-net = { path = "../../secure/net" }
Expand Down
2 changes: 1 addition & 1 deletion json-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ diemdb = { path = "../storage/diemdb", optional = true }
diem-id-generator = { path = "../crates/diem-id-generator" }
diem-json-rpc-types = { path = "./types", package = "diem-json-rpc-types" }
diem-infallible = { path = "../crates/diem-infallible" }
diem-logger = { path = "../common/logger" }
diem-logger = { path = "../crates/diem-logger" }
diem-mempool = { path = "../mempool" }
diem-metrics = { path = "../crates/diem-metrics" }
diem-proptest-helpers = { path = "../crates/diem-proptest-helpers", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion language/e2e-testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ diem-transaction-builder = { path = "../../sdk/transaction-builder"}
move-binary-format = { path = "../move-binary-format" }
diem-vm = { path = "../../diem-move/diem-vm" }
proptest = "1.0.0"
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-framework-releases = { path = "../../diem-move/diem-framework/DPN/releases" }
diem-writeset-generator = { path = "../../diem-move/writeset-transaction-generator"}
diem-state-view = { path = "../../storage/state-view" }
Expand Down
2 changes: 1 addition & 1 deletion mempool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ channel = { path = "../crates/channel" }
bcs = "0.1.2"
diem-config = { path = "../config" }
diem-crypto = { path = "../crates/diem-crypto" }
diem-logger = { path = "../common/logger" }
diem-logger = { path = "../crates/diem-logger" }
diem-metrics = { path = "../crates/diem-metrics" }
diem-infallible = { path = "../crates/diem-infallible" }
diem-proptest-helpers = { path = "../crates/diem-proptest-helpers", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ diem-crypto = { path = "../crates/diem-crypto" }
diem-crypto-derive = { path = "../crates/diem-crypto-derive" }
diem-id-generator = { path = "../crates/diem-id-generator" }
diem-infallible = { path = "../crates/diem-infallible" }
diem-logger = { path = "../common/logger" }
diem-logger = { path = "../crates/diem-logger" }
diem-metrics = { path = "../crates/diem-metrics" }
diem-proptest-helpers = { path = "../crates/diem-proptest-helpers", optional = true }
diem-rate-limiter = { path = "../crates/diem-rate-limiter"}
Expand Down
2 changes: 1 addition & 1 deletion network/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bcs = "0.1.2"
diem-config = { path = "../../config" }
diem-crypto = { path = "../../crates/diem-crypto" }
diem-infallible = { path = "../../crates/diem-infallible" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-network-address-encryption = {path = "../../config/management/network-address-encryption"}
diem-secure-storage = { path = "../../secure/storage" }
diem-time-service = { path = "../../crates/diem-time-service", features = ["async"] }
Expand Down
2 changes: 1 addition & 1 deletion network/discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bcs = "0.1.2"
event-notifications = { path = "../../state-sync/inter-component/event-notifications" }
diem-config = { path = "../../config"}
diem-crypto = {path = "../../crates/diem-crypto"}
diem-logger = {path = "../../common/logger"}
diem-logger = {path = "../../crates/diem-logger"}
diem-metrics = {path = "../../crates/diem-metrics"}
diem-time-service = {path = "../../crates/diem-time-service"}
diem-secure-storage = { path = "../../secure/storage" }
Expand Down
2 changes: 1 addition & 1 deletion network/netcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ memsocket = { path = "../memsocket", optional = true }
proxy = { path = "../../crates/proxy" }

[dev-dependencies]
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
memsocket = { path = "../memsocket" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion network/socket-bench-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio-util = { version = "0.6.4", features = ["compat", "codec"] }

diem-crypto = { path = "../../crates/diem-crypto" }
diem-config = { path = "../../config" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-types = { path = "../../types" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
memsocket = { path = "../memsocket" }
Expand Down
2 changes: 1 addition & 1 deletion secure/key-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ crash-handler = { path = "../../crates/crash-handler" }
diem-config = { path = "../../config"}
diem-crypto = { path = "../../crates/diem-crypto" }
diem-global-constants = { path = "../../config/global-constants"}
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-client = { path = "../../crates/diem-client", features = ["blocking"], default-features = false }
diem-secure-push-metrics = { path = "../push-metrics" }
diem-secure-storage = { path = "../storage" }
Expand Down
2 changes: 1 addition & 1 deletion secure/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ once_cell = "1.7.2"
serde = { version = "1.0.124", features = ["rc"], default-features = false }
thiserror = "1.0.24"

diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-secure-push-metrics = { path = "../push-metrics" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }

Expand Down
2 changes: 1 addition & 1 deletion secure/push-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ edition = "2018"

[dependencies]
ureq = { version = "1.5.4", features = ["json", "native-tls"], default-features = false }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-metrics-core = { path = "../../crates/diem-metrics-core" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
2 changes: 1 addition & 1 deletion secure/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bcs = "0.1.2"
diem-crypto = { path = "../../crates/diem-crypto" }
diem-github-client = { path = "github" }
diem-infallible = { path = "../../crates/diem-infallible" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-temppath = { path = "../../crates/diem-temppath" }
diem-time-service = { path = "../../crates/diem-time-service" }
diem-vault-client = { path = "vault" }
Expand Down
2 changes: 1 addition & 1 deletion state-sync/diem-data-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ diem-config = { path = "../../config" }
diem-crypto = { path = "../../crates/diem-crypto" }
diem-id-generator = { path = "../../crates/diem-id-generator" }
diem-infallible = { path = "../../crates/diem-infallible" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-time-service = { path = "../../crates/diem-time-service", features = ["async"] }
diem-types = { path = "../../types" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion state-sync/state-sync-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ channel = { path = "../../crates/channel" }
diem-config = { path = "../../config" }
diem-crypto = { path = "../../crates/diem-crypto" }
diem-infallible = { path = "../../crates/diem-infallible" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-mempool = { path = "../../mempool"}
diem-metrics = { path = "../../crates/diem-metrics" }
diem-proptest-helpers = { path = "../../crates/diem-proptest-helpers", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion state-sync/state-sync-v2/data-streaming-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ diem-crypto = { path = "../../../crates/diem-crypto" }
diem-data-client = { path = "../../diem-data-client" }
diem-id-generator = { path = "../../../crates/diem-id-generator" }
diem-infallible = { path = "../../../crates/diem-infallible" }
diem-logger = { path = "../../../common/logger" }
diem-logger = { path = "../../../crates/diem-logger" }
diem-metrics = { path = "../../../crates/diem-metrics" }
diem-types = { path = "../../../types" }
diem-workspace-hack = { path = "../../../crates/diem-workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion state-sync/storage-service/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tokio = { version = "1.8.1", features = ["rt", "macros"], default-features = fal
bounded-executor = { path = "../../../crates/bounded-executor" }
channel = { path = "../../../crates/channel" }
diem-config = { path = "../../../config" }
diem-logger = { path = "../../../common/logger" }
diem-logger = { path = "../../../crates/diem-logger" }
diem-metrics = { path = "../../../crates/diem-metrics" }
diem-types = { path = "../../../types" }
diem-workspace-hack = { path = "../../../crates/diem-workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion storage/backup/backup-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bcs = "0.1.2"
diem-config = { path = "../../../config" }
diem-crypto = { path = "../../../crates/diem-crypto" }
diem-infallible = { path = "../../../crates/diem-infallible" }
diem-logger = { path = "../../../common/logger" }
diem-logger = { path = "../../../crates/diem-logger" }
diem-secure-push-metrics = { path = "../../../secure/push-metrics" }
diem-temppath = { path = "../../../crates/diem-temppath" }
diem-types = { path = "../../../types" }
Expand Down
2 changes: 1 addition & 1 deletion storage/backup/backup-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ warp = "0.3.0"

bcs = "0.1.2"
diem-crypto = { path = "../../../crates/diem-crypto" }
diem-logger = { path = "../../../common/logger" }
diem-logger = { path = "../../../crates/diem-logger" }
diem-metrics = { path = "../../../crates/diem-metrics" }
diem-types = { path = "../../../types" }
diem-workspace-hack = { path = "../../../crates/diem-workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion storage/diemdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bcs = "0.1.2"
diem-config = { path = "../../config" }
diem-crypto = { path = "../../crates/diem-crypto" }
diem-jellyfish-merkle = { path = "../jellyfish-merkle" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-metrics = { path = "../../crates/diem-metrics" }
diem-infallible = { path = "../../crates/diem-infallible" }
diem-proptest-helpers = { path = "../../crates/diem-proptest-helpers", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion storage/inspector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ diemdb = { path = "../diemdb" }
diem-config = { path = "../../config" }
diem-crypto = { path = "../../crates/diem-crypto" }
diem-types = { path = "../../types" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
storage-interface = { path = "../storage-interface" }
2 changes: 1 addition & 1 deletion storage/schemadb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ once_cell = "1.7.2"
proptest = {version = "1.0.0", optional = true}

diem-config = { path = "../../config" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-metrics = { path = "../../crates/diem-metrics" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }

Expand Down
2 changes: 1 addition & 1 deletion storage/scratchpad-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ diem-config = { path = "../../config" }
diem-crypto = { path = "../../crates/diem-crypto" }
diem-genesis-tool = {path = "../../config/management/genesis", features = ["testing"] }
diem-infallible = { path = "../../crates/diem-infallible" }
diem-logger = { path = "../../common/logger" }
diem-logger = { path = "../../crates/diem-logger" }
diem-types = { path = "../../types" }
diem-workspace-hack = { path = "../../crates/diem-workspace-hack" }
executor-types = { path = "../../execution/executor-types" }
Expand Down
Loading

0 comments on commit cddc1ab

Please sign in to comment.