From 61a59d4c8fe0768b8643b4954909f7a3514c1ed4 Mon Sep 17 00:00:00 2001 From: bnaecker Date: Wed, 4 Jan 2023 09:29:42 -0800 Subject: [PATCH] Note that futures is also a dep (#294) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbe2352..4f7521d 100644 --- a/README.md +++ b/README.md @@ -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"] }