Skip to content

Commit 50dd1e8

Browse files
committed
feat: Initialize project structure and dependencies.
- Add new gitignore file, ignoring the `/target` directory - Define main async function in `main.rs` - Initialize browser and semaphore with required configurations - Implement error handling for custom errors
0 parents  commit 50dd1e8

File tree

4 files changed

+1621
-0
lines changed

4 files changed

+1621
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

0 commit comments

Comments
 (0)