aboutsummaryrefslogtreecommitdiff
path: root/codecrafters.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codecrafters.yml')
-rw-r--r--codecrafters.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/codecrafters.yml b/codecrafters.yml
new file mode 100644
index 0000000..83a3898
--- /dev/null
+++ b/codecrafters.yml
@@ -0,0 +1,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: false
+
+# Use this to change the Rust version used to run your code
+# on Codecrafters.
+#
+# Available versions: rust-1.88
+language_pack: rust-1.88