Skip to content

Commit

Permalink
chore: brings introspector-gadget code back to rover (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored Sep 18, 2023
1 parent ae5c632 commit f520ab9
Show file tree
Hide file tree
Showing 21 changed files with 11,425 additions and 103 deletions.
20 changes: 2 additions & 18 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,11 @@ timber = { path = "./crates/timber" }

# https://github.com/apollographql/apollo-rs
apollo-parser = "0.6"
apollo-encoder = "0.5"

# https://github.com/apollographql/federation-rs
apollo-federation-types = "0.10.0"

# https://github.com/apollographql/introspector-gadget
introspector-gadget = "0.2"

# crates.io dependencies
ariadne = "0.3"
assert_fs = "1"
Expand Down
3 changes: 2 additions & 1 deletion crates/rover-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ publish = false
[dependencies]
ariadne = { workspace = true }
apollo-federation-types = { workspace = true }
apollo-encoder = { workspace = true }
backoff = { workspace = true }
chrono = { workspace = true, features = ["serde"] }
git-url-parse = { workspace = true }
git2 = { workspace = true, features = [
Expand All @@ -19,7 +21,6 @@ graphql_client = { workspace = true }
houston = { workspace = true }
humantime = { workspace = true }
hyper = { workspace = true }
introspector-gadget = { workspace = true }
prettytable-rs = { workspace = true }
reqwest = { workspace = true, features = [
"blocking",
Expand Down
Loading

0 comments on commit f520ab9

Please sign in to comment.