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_core/Cargo.toml

16lines · modecode

1# Copyright (C) Microsoft Corporation. All rights reserved.
2
3[package]
4name = "flowey_core"
5edition = "2021"
6
7[dependencies]
8anyhow.workspace = true
9fs-err.workspace = true
10linkme.workspace = true
11serde = { workspace = true, features = ["derive"] }
12serde_json.workspace = true
13serde_yaml.workspace = true
14
15[lints]
16workspace = true
17