microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
a68be638250b039ecf68d20791766d471fa7a197

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
12anyhow.workspace = true
13dirs.workspace = true
14fs-err.workspace = true
15home.workspace = true
16log.workspace = true
17rlimit.workspace = true
18rustc-hash.workspace = true
19serde.workspace = true
20serde_json.workspace = true
21target-lexicon = { workspace = true, features = ["serde_support"] }
22toml_edit.workspace = true
23which.workspace = true
24xshell.workspace = true
25
26[lints]
27workspace = true
28