microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e6c778cbebacf3a70be1d39295b4f090134c4091

Branches

Tags

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

Clone

HTTPS

Download ZIP

support/fdt/Cargo.toml

16lines · modecode

1# Copyright (C) Microsoft Corporation. All rights reserved.
2
3[package]
4name = "fdt"
5edition = "2021"
6
7[features]
8default = []
9std = []
10
11[dependencies]
12zerocopy.workspace = true
13zerocopy_helpers.workspace = true
14
15[lints]
16workspace = true
17