commit run scripts

This commit is contained in:
collin 2023-08-15 14:14:26 -07:00
parent 11b87229f1
commit 1e80baa646

View File

@ -20,10 +20,13 @@ include = [
"LICENSE.md",
"examples/lottery/inputs/lottery.in",
"examples/lottery/src/main.leo",
"examples/lottery/run.sh",
"examples/tictactoe/inputs/tictactoe.in",
"examples/tictactoe/src/main.leo",
"examples/tictactoe/run.sh",
"examples/token/inputs/token.in",
"examples/token/src/main.leo"
"examples/token/src/main.leo",
"examples/token/run.sh",
]
license = "GPL-3.0"
edition = "2021"