1 2 3 4 5 6 7 8
// SPDX-License-Identifier: AGPL-3.0-or-later // SPDX-FileCopyrightText: 2025 Wojtek Porczyk <woju@hackerspace.pl> #[tokio::main] async fn main() -> anyhow::Result<()> { tracing_subscriber::fmt::init(); rdzobot::Rdzobot::new().await?.run().await }