mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-05 11:00:57 +01:00
9 lines
166 B
Text
9 lines
166 B
Text
--!nocheck
|
|
--!nolint UnknownGlobal
|
|
|
|
local file = readFile("Cargo.toml")
|
|
if file ~= nil then
|
|
print("Cargo.toml found!")
|
|
print("Contents:")
|
|
print(file)
|
|
end
|