microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
petri/pipette_client/Cargo.toml
23lines · modecode
| 1 | # Copyright (C) Microsoft Corporation. All rights reserved. |
| 2 | |
| 3 | [package] |
| 4 | name = "pipette_client" |
| 5 | edition = "2021" |
| 6 | |
| 7 | [dependencies] |
| 8 | pipette_protocol.workspace = true |
| 9 | |
| 10 | pal_async.workspace = true |
| 11 | mesh.workspace = true |
| 12 | mesh_remote.workspace = true |
| 13 | |
| 14 | anyhow.workspace = true |
| 15 | fs-err.workspace = true |
| 16 | futures.workspace = true |
| 17 | futures-concurrency.workspace = true |
| 18 | tracing.workspace = true |
| 19 | typed-path.workspace = true |
| 20 | xshell-macros.workspace = true |
| 21 | |
| 22 | [lints] |
| 23 | workspace = true |
| 24 | |