moved prisma-rust-client-cli to outside main app

This commit is contained in:
Ren Amamiya
2023-04-17 15:23:05 +07:00
parent 746e9dc7a9
commit 59667f2977
5 changed files with 20 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
fn main() {
prisma_client_rust_cli::run();
}