{
    "rust-analyzer.cargo.allTargets": false,
    "rust-analyzer.check.allTargets": false,
    "rust-analyzer.linkedProjects": [
        "kernel/Cargo.toml",
        "kernel/aphrodite_proc_macros/Cargo.toml",
        "kernel/aphrodite_common/Cargo.toml",
        "user/Cargo.toml"
    ],
    "rust-analyzer.check.command": "clippy",
}