Skip to content

Commit

Permalink
CAS HTTP remote client (#6)
Browse files Browse the repository at this point in the history
* Partial Remote Client - not building yet.

* Everything builds, but unlikely anything works

* comments

* Rust file reconstruction

Co-authored by Assaf

* Fixing clippy & build
  • Loading branch information
rajatarya authored Sep 14, 2024
1 parent d553005 commit ec98cef
Show file tree
Hide file tree
Showing 11 changed files with 470 additions and 1,371 deletions.
181 changes: 173 additions & 8 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ members = [
"shard_client",
"utils",
"xet_error",
"cas_object",
"cas_types",
]

exclude = [
Expand Down
5 changes: 5 additions & 0 deletions cas_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,15 @@ tokio-rustls = "0.25.0"
rustls-pemfile = "2.0.0"
hyper-rustls = { version = "0.26.0", features = ["http2"] }
lz4 = "1.24.0"
reqwest = "0.12.7"
serde = { version = "1.0.210", features = ["derive"] }
cas_types = { version = "0.1.0", path = "../cas_types" }
url = "2.5.2"

[dev-dependencies]
trait-set = "0.3.0"
lazy_static = "1.4.0"
tokio-stream = { version = "0.1", features = ["net"] }
rcgen = "0.12.0"
rand = "0.8.5"
tracing-test = "0.2.5"
Loading

0 comments on commit ec98cef

Please sign in to comment.