# The Cargo-Make file used to interact with the repository [tasks.hello] description = "says hello" category = "Tools" script = ''' #!@shell echo hello '''