Skip to content

Commit

Permalink
Merge pull request #10 from radu-matei/fix/remove-hippo-client
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei committed May 30, 2023
2 parents 6df7740 + 28c03f2 commit c9936cd
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 553 deletions.
150 changes: 7 additions & 143 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ edition = "2021"

[dependencies]
anyhow = "1.0"
bindle = { git = "https://github.com/fermyon/bindle", tag = "v0.8.2", default-features = false, features = ["client"] }
bindle = { git = "https://github.com/fermyon/bindle", tag = "v0.8.2", default-features = false, features = [
"client",
] }
chrono = "0.4"
clap = { version = "3.2.24", features = ["derive", "env"] }
cloud = { path = "crates/cloud" }
cloud-openapi = { git = "https://github.com/fermyon/cloud-openapi", rev = "e007319d3a8ab970c626d6ae3c100240a8d2ee60" }
dirs = "5.0"
hippo-openapi = "0.10"
hippo = { git = "https://github.com/deislabs/hippo-cli", tag = "v0.16.1" }
tokio = { version = "1.23", features = ["full"] }
tracing = { workspace = true }
rand = "0.8"
Expand All @@ -46,4 +46,5 @@ uuid = { version = "1.3", features = ["v4"] }
openssl = { version = "0.10" }

[workspace.dependencies]
tracing = { version = "0.1", features = ["log"] }
tracing = { version = "0.1", features = ["log"] }

Loading

0 comments on commit c9936cd

Please sign in to comment.