Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <austin362667@gmail.com>
  • Loading branch information
austin362667 committed Jun 15, 2024
1 parent 9c578ab commit 86dce17
Show file tree
Hide file tree
Showing 7 changed files with 392 additions and 231 deletions.
137 changes: 134 additions & 3 deletions flyrs/Cargo.lock

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

5 changes: 3 additions & 2 deletions flyrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.21.2", features = [ "abi3-py312", "extension-module" ] }
flyteidl = { git = "https://github.com/flyteorg/flyte.git", branch = "master" }
prost = "0.12.4"
tonic = "0.11.0"
tonic = { version = "0.11.0", features = ["tls", "tls-roots"] }
tokio = "1.37.0"
anyhow = "1.0.83"
oauth2 ={ version = "4.4.2", features = ["ureq"] }
url = "2.5.0"
keyring = "2.3.3"
keyring = "2.3.3"
openssl = "0.10.64"
Loading

0 comments on commit 86dce17

Please sign in to comment.