Directory Structure
Directory structure:
└── wed0n-paster/
├── README.md
├── index.html
├── LICENSE
├── package.json
├── pnpm-lock.yaml
├── tsconfig.json
├── tsconfig.node.json
├── vite.config.ts
├── .eslintrc.cjs
├── src/
│ ├── App.tsx
│ ├── main.tsx
│ └── vite-env.d.ts
└── src-tauri/
├── build.rs
├── Cargo.lock
├── Cargo.toml
├── tauri.conf.json
├── .gitignore
├── icons/
│ └── icon.icns
└── src/
├── commands.rs
└── main.rs