From 12c7e6c6d666b4eeb376cae8ab5755b8a701373e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Urban=20Vidovic=CC=8C?= Date: Mon, 24 Feb 2025 18:21:04 +0100 Subject: [PATCH] chore: update cargo toml --- scripts/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml index c872c9a6..d5630dc3 100644 --- a/scripts/Cargo.toml +++ b/scripts/Cargo.toml @@ -44,6 +44,10 @@ path = "src/deploy_pyth.rs" name = "fill_reserves" path = "src/fill_reserves.rs" +[[bin]] +name = "get_market_owner" +path = "src/get_market_owner.rs" + [dependencies] fuels = { workspace = true } clap = { workspace = true }