Files
siren/.vscode/settings.json
Benjamin Sherriff cee9dbdc81 Split bot and service
2023-10-04 19:05:24 -04:00

6 lines
95 B
JSON

{
"rust-analyzer.linkedProjects": [
"./service/Cargo.toml",
"./bot/Cargo.toml",
]
}