Note that futures is also a dep (#294)

This commit is contained in:
bnaecker 2023-01-04 09:29:42 -08:00 committed by GitHub
parent de6895a040
commit 61a59d4c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ You'll need to add add the following to `Cargo.toml`:
```diff
[dependencies]
+futures = 0.3
+progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
+reqwest = { version = "0.11", features = ["json", "stream"] }
+serde = { version = "1.0", features = ["derive"] }
@ -114,6 +115,7 @@ You'll need to add add the following to `Cargo.toml`:
```diff
[dependencies]
+futures = 0.3
+progenitor-client = { git = "https://github.com/oxidecomputer/progenitor" }
+reqwest = { version = "0.11", features = ["json", "stream"] }
+serde = { version = "1.0", features = ["derive"] }