You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project depends on quite a lot of dependencies to be present, it would be nice to just have them declared somewhere similarly to the rust-toolchain.toml
I'd prefer it if it were a toml file, and to be frank having another toolchain file sort of feels like bloat. IMO we could just use the rust-toolchain.toml to add extra tables to represent the dependencies we don't already manage via the root Cargo.toml (if any). Otherwise I'd be fine with just writing a function for the nix side of things to get the versions from there. The rust-toolchain.toml only looks for certain tables and fields so adding explicit ones won't affect anything else. Something like:
The text was updated successfully, but these errors were encountered:
eureka-cpu
changed the title
Add dependency version information to a central file for use in containers
Add dependency version information to a central file
Nov 25, 2024
The project depends on quite a lot of dependencies to be present, it would be nice to just have them declared somewhere similarly to the rust-toolchain.toml
I'd prefer it if it were a toml file, and to be frank having another toolchain file sort of feels like bloat. IMO we could just use the rust-toolchain.toml to add extra tables to represent the dependencies we don't already manage via the root Cargo.toml (if any). Otherwise I'd be fine with just writing a function for the nix side of things to get the versions from there. The rust-toolchain.toml only looks for certain tables and fields so adding explicit ones won't affect anything else. Something like:
Open to suggestions.
Ref #29
The text was updated successfully, but these errors were encountered: