Skip to content

Commit

Permalink
commit run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
collinc97 committed Aug 15, 2023
1 parent 11b8722 commit 1e80baa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1e80baa

Please sign in to comment.