Skip to content

Commit

Permalink
Update package docs (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotdat authored Jan 31, 2025
1 parent 11cff25 commit 40f3b9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ This repo is organized as a [`cargo` workspace], containing several related proj
- [`houston`]: utilities for configuring Rover
- [`robot-panic`]: a fork of [`rust-cli/human-panic`] adjusted for Rover
- [`rover-client`]: an HTTP client for making GraphQL requests for Rover
- [`rover-graphql`]: A [`tower`](https://docs.rs/tower/latest/tower/) layer that allows for GraphQL requests over a [`tower`] HTTP client
- [`rover-http`]: A [`tower`](https://docs.rs/tower/latest/tower/) implementation of an HTTP client and additional HTTP request utilities
- [`rover-std`]: provides common utilities that inform Rover's CLI style
- [`rover-studio`]: A [`tower`](https://docs.rs/tower/latest/tower/) layer that provides necessary headers and setup for communicating with Apollo Studio
- [`sputnik`]: a crate to aid in collection of anonymous data for Rust CLIs
- [`timber`]: Rover's logging formatter

Expand All @@ -147,6 +151,10 @@ This repo is organized as a [`cargo` workspace], containing several related proj
[`robot-panic`]: https://github.com/apollographql/rover/tree/main/crates/robot-panic
[`rust-cli/human-panic`]: https://github.com/rust-cli/human-panic
[`rover-client`]: https://github.com/apollographql/rover/tree/main/crates/rover-client
[`rover-graphql`]: https://github.com/apollographql/rover/tree/main/crates/rover-graphql
[`rover-http`]: https://github.com/apollographql/rover/tree/main/crates/rover-http
[`rover-std`]: https://github.com/apollographql/rover/tree/main/crates/rover-std
[`rover-studio`]: https://github.com/apollographql/rover/tree/main/crates/rover-studio
[`sputnik`]: https://github.com/apollographql/rover/tree/main/crates/sputnik
[`timber`]: https://github.com/apollographql/rover/tree/main/crates/timber

Expand Down

0 comments on commit 40f3b9a

Please sign in to comment.