Note that futures is also a dep (#294)
This commit is contained in:
parent
de6895a040
commit
61a59d4c8f
|
@ -34,6 +34,7 @@ You'll need to add add the following to `Cargo.toml`:
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
+futures = 0.3
|
||||||
+progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
|
+progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
|
||||||
+reqwest = { version = "0.11", features = ["json", "stream"] }
|
+reqwest = { version = "0.11", features = ["json", "stream"] }
|
||||||
+serde = { version = "1.0", features = ["derive"] }
|
+serde = { version = "1.0", features = ["derive"] }
|
||||||
|
@ -114,6 +115,7 @@ You'll need to add add the following to `Cargo.toml`:
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
+futures = 0.3
|
||||||
+progenitor-client = { git = "https://github.com/oxidecomputer/progenitor" }
|
+progenitor-client = { git = "https://github.com/oxidecomputer/progenitor" }
|
||||||
+reqwest = { version = "0.11", features = ["json", "stream"] }
|
+reqwest = { version = "0.11", features = ["json", "stream"] }
|
||||||
+serde = { version = "1.0", features = ["derive"] }
|
+serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in New Issue