scarb
scarb copied to clipboard
Implement Config deserialization to config file
Problem
Issue originated from this discussion https://github.com/software-mansion/scarb/pull/1434#discussion_r1670382287
Let's implement a way to read Config from a file, similar to what cargo has https://doc.rust-lang.org/cargo/reference/config.html. In this file we should be able to set things like registry-url, that will be project-wide.
Proposed Solution
No response
Notes
No response