Skip to content

Commit

Permalink
First
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-teoh committed Jun 20, 2023
0 parents commit 58b685d
Show file tree
Hide file tree
Showing 14 changed files with 2,027 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DATABASE_URL="f1.db"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
]
}
Loading

0 comments on commit 58b685d

Please sign in to comment.