After reloading VsCode's workspace, a new target/ folder was created in a wrong path that was conflicting with the original one.
target/
Removing the newly created target/ folder fixed the issue.
Paths in toml files should be checked
toml