fish-shell/fish-rust
Henrik Hørlück Berg c23f419af1 Use the workspace from CMake
- Make CMake use the correct target-path
- Make build.rs use the correct target dir

Workspaces place it in the project root by default, the alternative to making
this change is to add a `.cargo/config.toml` file with

```toml
[build]
target-dir = "fish-rust/target"
```

Which I think is unnecessary, as we likely want to use the new location anyways.
2023-08-19 15:18:38 +02:00
..
src Port builtin count to rust (#9963) 2023-08-18 23:18:52 +02:00
widestring-suffix Use a cargo workspace 2023-08-19 15:18:38 +02:00
build.rs Use the workspace from CMake 2023-08-19 15:18:38 +02:00
Cargo.toml Use a cargo workspace 2023-08-19 15:18:38 +02:00