microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
93af13fed5d5fc7a8a08fbf37c0ea1e155c4160a

Branches

Tags

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

Clone

HTTPS

Download ZIP

flowey/schema_ado_yaml/Cargo.toml

14lines · modepreview

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

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

[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_yaml.workspace = true

[lints]
workspace = true