microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3fb1f627176925c17fe3e2069d7fcf9be5bb9c46

Branches

Tags

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

Clone

HTTPS

Download ZIP

flowey/flowey_lib_common/Cargo.toml

28lines · modepreview

# Copyright (C) Microsoft Corporation. All rights reserved.

[package]
name = "flowey_lib_common"
edition = "2021"

[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
target-lexicon = { workspace = true, features = ["serde_support"] }
toml_edit.workspace = true
which.workspace = true
xshell.workspace = true

[lints]
workspace = true

[package.metadata.xtask.unused-deps]
# Pulled in via prelude
ignored = ["serde"]