Error:
error[E0762]: unterminated character literal
--> src\main.rs:1:22
|
1 | import { open } from '@tauri-apps/api/dialog';
| ^^^^^^^^^^^^
Error line:
import { open } from '@tauri-apps/api/dialog';
Project maked by npm on Vanilla javascript
I want to create file dialog. I tried to update rust and cargo(now 1.77)