Skip to content

Commit

Permalink
chore: implement tcp (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: legendhimslef <sabdulrahman971@gmail.com>
  • Loading branch information
imranbarbhuiya and legendhimself committed Jul 4, 2024
1 parent 1f32fc9 commit a834f09
Show file tree
Hide file tree
Showing 18 changed files with 1,567 additions and 934 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
.env
/out
/out
node_modules/
11 changes: 9 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.checkOnSave.enable": true,
"rust-analyzer.check.command": "clippy",
"rust-analyzer.checkOnSave": true,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
},
"cSpell.words": ["asyncpool", "bson", "DECR", "reqwest", "SOFI"]
}
Loading

0 comments on commit a834f09

Please sign in to comment.