Skip to content

Commit 4e4c7bc

Browse files
committed
Adding an optional hdfs crate
1 parent 127dc4e commit 4e4c7bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

native/hdfs/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ fs-hdfs3 = { version = "^0.1.12", optional = true }
4747
futures = { workspace = true }
4848
object_store = { workspace = true }
4949
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
50+
51+
[package.metadata.cargo-machete]
52+
ignored = ["fs-hdfs", "fs-hdfs3"]

0 commit comments

Comments
 (0)