microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/apply-async-process-wait-functionality

Branches

Tags

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

Clone

HTTPS

Download ZIP

flowey/flowey_lib_common/Cargo.toml

27lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4[package]
5name = "flowey_lib_common"
6edition.workspace = true
7rust-version.workspace = true
8
9[dependencies]
10flowey.workspace = true
11
12home.workspace = true
13roxmltree.workspace = true
14rustc-hash.workspace = true
15serde = { workspace = true, features = ["std"] }
16serde_json = { workspace = true, features = ["std"] }
17target-lexicon = { workspace = true, features = ["serde_support"] }
18toml_edit.workspace = true
19tempfile.workspace = true
20which.workspace = true
21xshell.workspace = true
22
23[target.'cfg(unix)'.dependencies]
24rlimit.workspace = true
25
26[lints]
27workspace = true
28