1f0d5f8ad0
* Introduced vesting contract query for build information * Fixed import paths * Changelog
9 lines
220 B
Rust
9 lines
220 B
Rust
// Copyright 2021 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
use vergen::{vergen, Config};
|
|
|
|
fn main() {
|
|
vergen(Config::default()).expect("failed to extract build metadata")
|
|
}
|