From 353788de5d77a3218ef215d3c1e0a220597f1a11 Mon Sep 17 00:00:00 2001 From: byteZorvin Date: Wed, 3 Jul 2024 14:06:26 +0530 Subject: [PATCH] add lib target --- Scarb.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scarb.toml b/Scarb.toml index 47fdbdd..dfdfd37 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -10,6 +10,8 @@ openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", ta [dev-dependencies] snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.16.0" } +[lib] + [scripts] test = "snforge test"