{
"folders": [
{
"path": "."
},
{
"path": "examples/oauth-web"
},
{
"path": "examples/oauth-web1a"
}
],
"settings": {
"rust-analyzer.cargo.features": [
"oauth1a",
"oauth2",
],
"rust-analyzer.linkedProjects": [
"./Cargo.toml",
"examples/oauth-web/Cargo.toml",
"examples/oauth-web1a/Cargo.toml",
],
"rust-analyzer.showUnlinkedFileNotification": false,
}
}