microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6531c77717c0bab81bc1fec26aa386d69cbe507a

Branches

Tags

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

Clone

HTTPS

Download ZIP

support/ci_logger/Cargo.toml

12lines · modecode

1# Copyright (C) Microsoft Corporation. All rights reserved.
2
3[package]
4name = "ci_logger"
5edition = "2021"
6
7[dependencies]
8env_logger.workspace = true
9log.workspace = true
10
11[lints]
12workspace = true
13