hundreds-father-404
01/26/2021, 8:30 PMtonic
with several features in process_execution/Cargo.toml
. I want to depend on it in the top-level Cargo.toml
now so that I can use in src/context.rs
.
Should I include all the same features? Or only what is actually used in src/context.rs
?witty-crayon-22786
01/26/2021, 8:34 PMhundreds-breakfast-49010
01/26/2021, 8:34 PMsrc/context.rs
. I think this will not actually make the final compilation output any smaller, but it will make it clearer what features we're using in what placeswitty-crayon-22786
01/26/2021, 8:35 PM