linera-ethereum 0.13.1

Oracle functionality for Ethereum
Documentation
1
2
3
4
5
6
7
8
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

fn main() {
    cfg_aliases::cfg_aliases! {
        with_testing: { any(test, feature = "test") },
    };
}