Skip to content

Commit 0a0f0cc

Browse files
authored
Reorg back to single rust crate (#105)
1 parent efcad6f commit 0a0f0cc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+7
-1101
lines changed

Cargo.lock

-110
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[workspace]
22
members = [
3-
"crates/*",
3+
"rust",
44
"python",
55
]
66
resolver = "2"
77

88
[workspace.dependencies]
99
bytes = "1"
10-
chrono = "0.4"
11-
futures = "0.3"
1210
log = "0.4"
1311
thiserror = "1"
1412
tokio = "1"

crates/hdfs-native-object-store/Cargo.toml

-33
This file was deleted.

crates/hdfs-native-object-store/README.md

-14
This file was deleted.

0 commit comments

Comments
 (0)