microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3891f88b7e4f1e98bcc20b30177da24657d294cf

Branches

Tags

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

Clone

HTTPS

Download ZIP

flowey/flowey_cli/Cargo.toml

28lines · modepreview

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

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

[dependencies]
flowey_core.workspace = true
schema_ado_yaml.workspace = true

ci_logger.workspace = true

anyhow.workspace = true
clap = { workspace = true, features = ["derive", "env"] }
fs-err.workspace = true
log.workspace = true
parking_lot.workspace = true
petgraph.workspace = true
serde = { workspace = true, features = ["std", "derive"] }
serde_json = { workspace = true, features = ["std", "raw_value"] }
serde_yaml.workspace = true
toml_edit = { workspace = true, features = ["serde"] }
xshell.workspace = true

[lints]
workspace = true