tari_common 5.1.0

Utilities and features for the Tari domain layer, shared across both Base and Digital Asset layers.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright 2023 The Tari Project
// SPDX-License-Identifier: BSD-3-Clause

use tari_features::resolver::build_features;

pub fn main() {
    build_features();
    // Build as usual
}