From 1e80baa646928d80a10ec141fd7f5a673cc5fc1d Mon Sep 17 00:00:00 2001 From: collin <16715212+collinc97@users.noreply.github.com> Date: Tue, 15 Aug 2023 14:14:26 -0700 Subject: [PATCH] commit run scripts --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57a3d3aab5..933c4ce57a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"