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