Files
sagiegurari-cargo-make/examples/python.toml
T
2020-11-06 11:37:29 +00:00

8 lines
105 B
TOML

[tasks.python]
script_runner = "python"
script_extension = "py"
script = '''
print("Hello, World!")
'''