microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7edd8dd8aed6aa54cd05923c54134fb25d8cfde6

Branches

Tags

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

Clone

HTTPS

Download ZIP

flowey/flowey_lib_common/Cargo.toml

27lines · modepreview

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

[package]
name = "flowey_lib_common"
edition.workspace = true
rust-version.workspace = true

[dependencies]
flowey.workspace = true

anyhow.workspace = true
dirs.workspace = true
fs-err.workspace = true
home.workspace = true
log.workspace = true
rlimit.workspace = true
rustc-hash.workspace = true
serde.workspace = true
serde_json.workspace = true
target-lexicon = { workspace = true, features = ["serde_support"] }
toml_edit.workspace = true
which.workspace = true
xshell.workspace = true

[lints]
workspace = true