aboutsummaryrefslogtreecommitdiff
path: root/codecrafters.yml
blob: 47b84d83018a7729b6d3f6e9cefbd8766c5c7b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
# Set this to true if you want debug logs.
#
# These can be VERY verbose, so we suggest turning them off
# unless you really need them.
debug: true

# Use this to change the Rust version used to run your code
# on Codecrafters.
#
# Available versions: rust-1.77
language_pack: rust-1.77