microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
90fa0f08fd1a1cd98eb09d1fb82567f9675e8ffe

Branches

Tags

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

Clone

HTTPS

Download ZIP

flowey/flowey_lib_common/Cargo.toml

28lines · modecode

1# Copyright (C) Microsoft Corporation. All rights reserved.
2
3[package]
4name = "flowey_lib_common"
5edition = "2021"
6
7[dependencies]
8flowey.workspace = true
9
10anyhow.workspace = true
11dirs.workspace = true
12fs-err.workspace = true
13home.workspace = true
14log.workspace = true
15rlimit.workspace = true
16rustc-hash.workspace = true
17serde.workspace = true
18target-lexicon = { workspace = true, features = ["serde_support"] }
19toml_edit.workspace = true
20which.workspace = true
21xshell.workspace = true
22
23[lints]
24workspace = true
25
26[package.metadata.xtask.unused-deps]
27# Pulled in via prelude
28ignored = ["serde"]
29