microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6531c77717c0bab81bc1fec26aa386d69cbe507a

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

petri/pipette_client/Cargo.toml

23lines · modecode

1# Copyright (C) Microsoft Corporation. All rights reserved.
2
3[package]
4name = "pipette_client"
5edition = "2021"
6
7[dependencies]
8pipette_protocol.workspace = true
9
10pal_async.workspace = true
11mesh.workspace = true
12mesh_remote.workspace = true
13
14anyhow.workspace = true
15fs-err.workspace = true
16futures.workspace = true
17futures-concurrency.workspace = true
18tracing.workspace = true
19typed-path.workspace = true
20xshell-macros.workspace = true
21
22[lints]
23workspace = true
24