Skip to content

Commit

Permalink
removed dozer-storage (getdozer#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
MG190202 authored Feb 12, 2024
1 parent 8f90f8e commit 4ee8c0e
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 3,631 deletions.
39 changes: 0 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
members = [
"dozer-ingestion",
"dozer-types",
"dozer-storage",
"dozer-core",
"dozer-cli",
"dozer-sql",
Expand Down
1 change: 0 additions & 1 deletion dozer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dozer-log = { path = "../dozer-log" }
dozer-sql = { path = "../dozer-sql" }
dozer-types = { path = "../dozer-types" }
dozer-tracing = { path = "../dozer-tracing" }
dozer-storage = { path = "../dozer-storage" }
dozer-sink-aerospike = { path = "../dozer-sink-aerospike" }
dozer-sink-clickhouse = { path = "../dozer-sink-clickhouse" }
dozer-sink-oracle = { path = "../dozer-sink-oracle" }
Expand Down
1 change: 0 additions & 1 deletion dozer-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ authors = ["getdozer/dozer-dev"]

[dependencies]
dozer-log = { path = "../dozer-log/" }
dozer-storage = { path = "../dozer-storage/" }
dozer-types = { path = "../dozer-types/" }
dozer-tracing = { path = "../dozer-tracing/" }
bincode = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion dozer-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ authors = ["getdozer/dozer-dev"]

[dependencies]
dozer-types = { path = "../dozer-types" }
dozer-storage = { path = "../dozer-storage" }
dozer-core = { path = "../dozer-core" }
dozer-tracing = { path = "../dozer-tracing" }
dozer-sql-expression = { path = "expression" }
Expand Down
19 changes: 0 additions & 19 deletions dozer-storage/Cargo.toml

This file was deleted.

38 changes: 0 additions & 38 deletions dozer-storage/src/errors.rs

This file was deleted.

Loading

0 comments on commit 4ee8c0e

Please sign in to comment.