feature: allow reading RHACK_DIR from .cargo/config.toml files.#9
feature: allow reading RHACK_DIR from .cargo/config.toml files.#9seivan wants to merge 2 commits into
RHACK_DIR from .cargo/config.toml files.#9Conversation
Order: `RHACK_DIR` env variable, local `.cargo/config.toml`, `$CARGO_HOME/config.toml`.
|
Will review later today, thank you for the PR, and sorry for the delay. 👍🏽 |
|
@simonsan Any updates? |
Wtf, sorry I totally forgot. Will do it in the evening! |
|
Ok, I was looking into it. Could you say a bit about the value reading the |
It reads a path to store the "hacks". This makes sure you can define it in your projects Right now it puts all of them in a single place. This lets you have a per project setting if you want. |
Search order:
$RHACK_DIR.cargo/config.toml$CARGO_HOME/config.toml