1 2 3 4 5 6 7
// Copyright 2019-2026 ChainSafe Systems // SPDX-License-Identifier: Apache-2.0, MIT #[tokio::main(flavor = "multi_thread")] async fn main() -> anyhow::Result<()> { forest::forest_tool_main(std::env::args_os()).await }