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/closeable_mutex/Cargo.toml

11lines · modecode

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