microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6d9f566744d8d46492a564b6663d29dfacfc3fcc

Branches

Tags

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

Clone

HTTPS

Download ZIP

flowey/flowey_core/src/reexports.rs

9lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4//! Reexports of third-party crates used by flowey.
5
6#![doc(hidden)]
7
8pub use serde::Deserialize;
9pub use serde::Serialize;