Skip to content

Commit

Permalink
Use cargo workspace deps more (#616)
Browse files Browse the repository at this point in the history
* move to workspace deps

* fix unmaintained advisory

* fix diesel features, deduplicate tokio

* move more dependencies into workspace

* fix service file

* more workspace deps

* more

* get rid of pin-project

* add package override

* add some more vscode settings

* up js stuff

* more

* more

* more

* finish

* update json schema snap

* what?
  • Loading branch information
aumetra committed Dec 2, 2024
1 parent 5de2359 commit 9653192
Show file tree
Hide file tree
Showing 93 changed files with 1,349 additions and 2,062 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.cargo.features": [
"oidc"
]
],

"search.exclude": {
// Avoid polluting search results with lockfile content
"pnpm-lock.yaml": true,
"Cargo.lock": true
},
// Ensure VSCode uses pnpm instead of npm
"eslint.packageManager": "pnpm",
"npm.packageManager": "pnpm",
}
Loading

0 comments on commit 9653192

Please sign in to comment.