forked from getdozer/dozer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (25 loc) · 863 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (25 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[workspace]
members = [
"dozer-ingestion",
"dozer-types",
"dozer-core",
"dozer-cli",
"dozer-sql",
"dozer-tracing",
"dozer-tests",
"dozer-utils",
"dozer-sink-clickhouse",
]
resolver = "2"
[workspace.dependencies]
bincode = { version = "2.0.0-rc.3", features = ["derive"] }
deno_core = { version = "0.270", features = ["lazy_eval_snapshot"] }
[patch.crates-io]
postgres = { git = "https://github.com/MaterializeInc/rust-postgres" }
postgres-protocol = { git = "https://github.com/MaterializeInc/rust-postgres" }
postgres-types = { git = "https://github.com/MaterializeInc/rust-postgres" }
tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres" }
clickhouse-rs = { git = "https://github.com/getdozer/clickhouse-rs" }
clickhouse-rs-cityhash-sys = { git = "https://github.com/getdozer/clickhouse-rs" }
[profile.dev]
debug = 0