Do not use cargo für competitest

This commit is contained in:
Patrick Neff 2024-02-21 06:39:50 +01:00
parent c8de3b7dab
commit 267363f7f6
1 changed files with 0 additions and 6 deletions

View File

@ -1,10 +1,4 @@
local competitest = require("competitest") local competitest = require("competitest")
competitest.setup({ competitest.setup({
received_files_extension = "rs", received_files_extension = "rs",
compile_command = {
rust = { exec = "cargo", args = { "build" } },
},
run_command = {
rust = { exec = "cargo", args = { "run" } },
},
}) })