Files
book_library_server/prisma-cli/src/main.rs
2023-08-11 22:20:17 +02:00

4 lines
49 B
Rust

fn main() {
prisma_client_rust_cli::run();
}