solcrypt/server/src/bin/prisma.rs

4 lines
49 B
Rust
Raw Normal View History

2024-06-23 12:17:37 +03:00
fn main() {
prisma_client_rust_cli::run();
}