mirror of
https://github.com/sagiegurari/cargo-make
synced 2026-06-08 17:20:03 +00:00
8 lines
105 B
TOML
8 lines
105 B
TOML
|
|
[tasks.python]
|
|
script_runner = "python"
|
|
script_extension = "py"
|
|
script = '''
|
|
print("Hello, World!")
|
|
'''
|