From dec6a747bc2c30009dc72ba4cff767c76638af3d Mon Sep 17 00:00:00 2001 From: bal7hazar Date: Sun, 5 Nov 2023 15:25:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Improve=20config=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/market/Scarb.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/market/Scarb.toml b/examples/market/Scarb.toml index 85e902a5..2b89bdbe 100644 --- a/examples/market/Scarb.toml +++ b/examples/market/Scarb.toml @@ -6,4 +6,6 @@ homepage = "https://github.com/dojoengine/origami/tree/examples/market" [dependencies] cubit = { git = "https://github.com/influenceth/cubit", rev = "b459053" } -dojo = { git = "https://github.com/dojoengine/dojo.git", tag = "v0.3.3" } \ No newline at end of file +dojo.workspace = true + +[[target.dojo]] \ No newline at end of file