File tree Expand file tree Collapse file tree 7 files changed +413
-237
lines changed Expand file tree Collapse file tree 7 files changed +413
-237
lines changed Original file line number Diff line number Diff line change 18
18
[workspace ]
19
19
resolver = " 2"
20
20
members = [
21
- " crates/catalog/*" ,
22
- " crates/examples" ,
23
- " crates/iceberg" ,
24
- " crates/integrations/*" ,
25
- " crates/test_utils" ,
21
+ " crates/catalog/*" ,
22
+ " crates/examples" ,
23
+ " crates/iceberg" ,
24
+ " crates/integrations/*" ,
25
+ " crates/test_utils" ,
26
26
]
27
27
28
28
[workspace .package ]
Original file line number Diff line number Diff line change @@ -56,12 +56,10 @@ bitvec = { workspace = true }
56
56
bytes = { workspace = true }
57
57
chrono = { workspace = true }
58
58
derive_builder = { workspace = true }
59
- either = { workspace = true }
60
59
fnv = { workspace = true }
61
60
futures = { workspace = true }
62
61
itertools = { workspace = true }
63
62
lazy_static = { workspace = true }
64
- log = { workspace = true }
65
63
murmur3 = { workspace = true }
66
64
once_cell = { workspace = true }
67
65
opendal = { workspace = true }
@@ -78,7 +76,6 @@ serde_with = { workspace = true }
78
76
tokio = { workspace = true , optional = true }
79
77
typed-builder = { workspace = true }
80
78
url = { workspace = true }
81
- urlencoding = { workspace = true }
82
79
uuid = { workspace = true }
83
80
84
81
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments