microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
a488949c3e59c0e4d8c2da58334bda23dfe591bc

Branches

Tags

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

Clone

HTTPS

Download ZIP

flowey/flowey_core/Cargo.toml

18lines · modecode

1# Copyright (c) Microsoft Corporation.
2# Licensed under the MIT License.
3
4[package]
5name = "flowey_core"
6edition = "2021"
7rust-version.workspace = true
8
9[dependencies]
10anyhow.workspace = true
11fs-err.workspace = true
12linkme.workspace = true
13serde = { workspace = true, features = ["derive"] }
14serde_json.workspace = true
15serde_yaml.workspace = true
16
17[lints]
18workspace = true