1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

/*!

This crate is in charge of extracting version information from the Linera build, for
troubleshooting information and version compatibility checks.

*/

mod serde_pretty;
pub use serde_pretty::*;

mod version_info;
pub use version_info::*;