Allow usage of custom .cargo/config.toml options #49
Labels
enhancement
New feature or request
in-progress
Managed by Dimension
medium-priority
Managed by Dimension
Is your feature request related to a problem? Please describe.
I am attempting to use this with a project that uses simdjson, which requires me to edit the config.toml file with extra options (specifically setting
target-cpu=native
)Describe the solution you'd like
The ability to specify extra config.toml options in fleet.toml
Describe alternatives you've considered
None
Additional context
Error from simdjson
config values I need:
https://github.com/simd-lite/simd-json/blob/main/.cargo/config#L1-L2
The text was updated successfully, but these errors were encountered: