Skip to content

Commit

Permalink
Initial viewfs support working
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Oct 10, 2023
1 parent 73b4922 commit 0603053
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 47 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ bytes = "1"
chrono = { version = "0.4", optional = true }
crc = "3"
futures = "0.3"
gsasl-sys = { version = "0.2", default_features = false, optional = true }
gsasl-sys = { version = "0.2", default-features = false, optional = true }
libc = "0.2"
libgssapi = { version = "0.6", default_features = false, optional = true }
libgssapi = { version = "0.6", default-features = false, optional = true }
log = "0.4"
object_store = { version = "0.7", optional = true, features = ["cloud"] }
prost = "0.11"
Expand All @@ -30,7 +30,7 @@ socket2 = "0.5"
thiserror = "1"
tokio = { version = "1", features = ["rt", "net", "io-util", "macros", "sync"] }
url = "2"
users = { version = "0.11", default_features = false }
users = { version = "0.11", default-features = false }
uuid = { version = "1", features = ["v4"] }
which = { version = "4", optional = true }

Expand Down
Loading

0 comments on commit 0603053

Please sign in to comment.