1 2 3 4 5 6
//! FraiseQL CLI - Schema compilation and development tools #[tokio::main(flavor = "multi_thread")] async fn main() { fraiseql_cli::run().await; }