microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

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

Clone

HTTPS

Download ZIP

flowey/flowey_core/Cargo.toml

22lines · modepreview

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

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

[dependencies]
anyhow.workspace = true
fs-err.workspace = true
linkme.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, features = ["std"] }
serde_yaml.workspace = true
xshell.workspace = true

[dev-dependencies]
tempfile.workspace = true

[lints]
workspace = true