/ codecrafters.yml
codecrafters.yml
 1  # Set this to true if you want debug logs.
 2  #
 3  # These can be VERY verbose, so we suggest turning them off
 4  # unless you really need them.
 5  debug: false
 6  
 7  # Use this to change the Rust version used to run your code
 8  # on Codecrafters.
 9  #
10  # Available versions: rust-1.80
11  language_pack: rust-1.80